- 15 10月, 2019 1 次提交
-
-
由 gongweibao 提交于
-
- 19 9月, 2019 1 次提交
-
-
由 Jie Fang 提交于
Optimize amp for multi-gpu to enable FP16 gradients transfer across gpus
-
- 10 9月, 2019 1 次提交
-
-
由 gongweibao 提交于
Fix float16 optimizer
-
- 06 9月, 2019 1 次提交
-
-
由 Jie Fang 提交于
init new amp, optimize inserting cast op for batchnorm
-
- 16 8月, 2019 1 次提交
-
-
由 Tao Luo 提交于
* remove unused inference_transpiler unit-tests test=develop * remove InferenceTranspiler usage in quantize_transpiler.py test=develop
-
- 21 5月, 2019 1 次提交
-
-
由 Yibing Liu 提交于
* Add LAMB optimizer * Expose LAMB Optimizer's APIs test=develop, test=document_preview * Cleanup code & doc test=develop, test=document_preview * Update lamb optimizer's formula test=develop
-
- 16 5月, 2019 1 次提交
-
-
由 Jie Fang 提交于
* init auto loss scaling test=develop * change API.spec * change ifelse to switch and use reduce_sum to optimize checking isfinite test=develop * Remove redundant code test=develop
-
- 25 4月, 2019 1 次提交
-
-
由 Yibing Liu 提交于
* Init mixed precision training interface * Add fp16 test script test=develop * All initializers support float16 test=develop * Code cleanup & add more code annotations test=develop * Update API spec test=develop * Add usage example in doc test=develop
-
- 25 11月, 2018 1 次提交
-
-
由 qingqing01 提交于
test=develop
-
- 19 9月, 2018 1 次提交
-
-
由 luotao1 提交于
-
- 23 8月, 2018 2 次提交
-
-
由 guochaorong 提交于
This reverts commit f5d5d7b2.
-
由 qingqing01 提交于
-
- 22 8月, 2018 1 次提交
-
-
由 qingqing01 提交于
* Disable in_place in batch_norm API.
-
- 15 8月, 2018 1 次提交
-
-
由 minqiyang 提交于
-
- 07 8月, 2018 1 次提交
-
-
由 minqiyang 提交于
Fix str and bytes problem Fix sorted problem Fix math problem Fix CI problem
-
- 26 7月, 2018 2 次提交
- 20 6月, 2018 1 次提交
-
-
由 gongweibao 提交于
-
- 15 5月, 2018 1 次提交
-
-
由 Wu Yi 提交于
-
- 04 5月, 2018 1 次提交
-
-
由 Kexin Zhao 提交于
* add test float16 inference accuracy example * complete the test * clean code * add argument parse and refine tests * add shell script * add float16 benchmark code * refine code * prepare for contrib/float16 * put things in contrib float16 folder * update benchmark result * further update benchmark report * add float16 inference report * update report
-
- 02 5月, 2018 1 次提交
-
-
由 Yancey1989 提交于
-
- 27 4月, 2018 1 次提交
-
-
由 Kexin Zhao 提交于
* add float16 transpiler * fix feed fetch target names mismatch * fix cast op input change issue * fix program desc flush error * fix inconsistent var names in block desc bug * code clean up * add float16 infernce C++ example and fix prune bug
-
- 25 4月, 2018 1 次提交
-
-
由 Yang Yang(Tony) 提交于
* remove share lod; it has already been performed in infershape * slightly release test bound of test_image_classification
-
- 19 4月, 2018 1 次提交
-
-
由 Yiqun Liu 提交于
Fix a bug in save_inference_model and prune when the program is initailized by load_inference_model (#10011) * Fix bug in save_inference_model and prune when the program is initialized by load_inference_program. * Save the transpiled program instead.
-
- 17 4月, 2018 1 次提交
-
-
由 Luo Tao 提交于
-
- 13 4月, 2018 1 次提交
-
-
由 Luo Tao 提交于
-
- 10 4月, 2018 2 次提交
- 09 4月, 2018 1 次提交
-
-
由 Luo Tao 提交于
-
- 31 3月, 2018 1 次提交
-
-
由 Helin Wang 提交于
In this way we can build and test using WITH_FLUID_ONLY flag being set to ON. - move paddle.v2.dataset,reader to paddle.dataset,reader - remove unused code (which depends on v2) in paddle.dataset,reader
-
- 06 3月, 2018 1 次提交
-
-
由 kexinzhao 提交于
* fix is_test issue * add paddle enforce * fix bug * add new func * small fix * address comments
-
- 03 3月, 2018 1 次提交
-
-
由 Helin Wang 提交于
-
- 27 2月, 2018 1 次提交
-
-
由 武毅 提交于
* merge fluid dist tests * update cmake
-
- 24 2月, 2018 3 次提交
- 12 2月, 2018 3 次提交
-
-
由 qingqing01 提交于
-
由 Liu Yiqun 提交于
Use a new scope for inference in python unittest to avoid changing the value of variables for training.
-
由 Liu Yiqun 提交于
-
- 08 2月, 2018 1 次提交
-
-
由 Yiqun Liu 提交于
-