- 25 5月, 2019 1 次提交
-
-
由 chengduo 提交于
* add data parallel batch
-
- 22 5月, 2019 1 次提交
-
-
由 Zhen Wang 提交于
* add quant_dequant_pass, test=develop * Add quant_dequant before some ops, such as the elementwise_add op. This is required by TensorRT. 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
-
- 08 5月, 2019 2 次提交
- 07 5月, 2019 1 次提交
-
-
由 Zhen Wang 提交于
-
- 06 5月, 2019 1 次提交
-
-
由 wopeizl 提交于
test_distillation_strategy always failed on a machine with 4 gpus only, disable temporarily and need to figure out the root cause and add it back later
-
- 30 4月, 2019 1 次提交
-
-
由 guomingz 提交于
Update the folder name generation mechanism for saving the quantized model and weights. The folder name would be unique by adding the timestamp postfix. 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
-
- 22 4月, 2019 1 次提交
-
-
由 Zhen Wang 提交于
-
- 20 4月, 2019 1 次提交
-
-
由 Wang, Chuanqi 提交于
* Split test_calibration test to two tests test=develop * Modify CMakeLists file test=develop
-
- 18 4月, 2019 1 次提交
-
-
由 whs 提交于
test=develop
-
- 17 4月, 2019 1 次提交
-
-
由 Tao Luo 提交于
test=develop
-
- 10 4月, 2019 1 次提交
-
-
由 chuanqiw 提交于
test=develop
-
- 02 4月, 2019 1 次提交
-
-
由 AIFollowers 提交于
-
- 30 3月, 2019 1 次提交
-
-
由 chengduo 提交于
* Add DecoupledWeightDecay
-
- 29 3月, 2019 3 次提交
-
-
由 whs 提交于
test=develop
-
由 AIFollowers 提交于
* Add a tool to summary model's PARAMS, FLOPs in paddle/fluid/contrib.
-
由 wanghaoshuang 提交于
-
- 28 3月, 2019 1 次提交
-
-
由 whs 提交于
test=develop
-
- 27 3月, 2019 4 次提交
-
-
由 whs 提交于
test=develop
-
由 Zhen Wang 提交于
-
由 Zhen Wang 提交于
-
由 liuwei1031 提交于
* fix cdn issue, test=develop * fix memory optimize bugs, test=develop * fix memory optimize bugs, test=develop * remove add/sub_2 op, test=develop * disable memory_optimize by default, test=develop * disable inplace activation in python, test=develop * fix unittests, test=develop * fix unittests, test=develop * bug-fix, test=develop
-
- 26 3月, 2019 4 次提交
-
-
由 chuanqiw 提交于
test=develop
-
由 Zhen Wang 提交于
-
由 Wang, Chuanqi 提交于
* Update Readme with new accuracy and performance data measured on 6271 test=develop * Modify tables and example command test=develop
-
由 whs 提交于
* Add fsp operator. 1 Add unitest. 2. Add python API. 3. Add layer test. * Add quantization strategy. 1. Add API. 2. Add unitest. * Add distillatoin strategy. * Add unitest config file for quantization * Fix Copyright test=develop * Fix setup.py * Fix document of layers.py. test=develop * Fix unitest in python3. test=develop * Fix documents. test=develop * 1. refine fsp op by batched gemm 2. remove unused import test=develop * Fix test_dist_se_resnext. 1. disable test distillation. 2. reset framework.py test=develop * Enable unitest of distillation after fixing Block._clone_variable test=develop * Fix cdn issue. test=develop
-
- 25 3月, 2019 2 次提交
-
-
由 Zhen Wang 提交于
-
由 liuwei1031 提交于
* fix cdn issue, test=develop * fix cdn issue, test=develop
-
- 23 3月, 2019 2 次提交
-
-
由 chuanqiw 提交于
test=develop
-
由 whs 提交于
* First pr of paddle slim. 1. Add framework of paddle slim 2. Add filter pruning strategy test=develop * Rename unitest to tests. test=develop * Add prettytable into requirements. test=develop * Change in_nodes and out_nodes to odered dict. test=develop * Remove distillation. test=develop * Fix API.spec test=develop * Fix unitest. test=develop * Fix unitest in windows. test=develop * Fix unitest in windows. test=develop * Fix unitest. test=develop * Hide some functions. test=develop * Fix python import in python3.5 test=develop * Fix compress pass. test=develop * Fix unitest of test_dist_ctr. test=develop * Enhence flops. * use os.path.join * Fix pickle for python3 Fix log and comments. test=develop * 1. Remove feed_reader in compress pass 2. Fix cache reader 3. Rename CompressPass to Compressor 4. Add comments for distiller optimizer 5. Remove unused pruner currently 6. Add some comments. 7. Change API.spec test=develop * Fix pruning in python3. test=develop * Fix unitest in python3. test=develop * Fix format in python3. test=develop
-
- 21 3月, 2019 1 次提交
-
-
由 Zhen Wang 提交于
-
- 19 3月, 2019 2 次提交
-
-
由 Zhen Wang 提交于
-
由 zhhsplendid 提交于
test=develop
-
- 18 3月, 2019 1 次提交
-
-
由 tangwei12 提交于
* update load persistables for increment, test=develop * update load persistables for increment, test=develop * update API Spec, test=develop * update API Spec, test=develop * add doc, test=develop * add doc, test=develop * Update lookup_table_utils.py * Update API.spec * Update lookup_table_utils.py test=develop * Update API.spec test=develop * fix api spec * Update lookup_table_utils.py test=develop
-
- 15 3月, 2019 1 次提交
-
-
由 视言 提交于
* Add moving average absmax op in quantilize-aware training.
-
- 12 3月, 2019 2 次提交