1. 25 5月, 2019 1 次提交
  2. 22 5月, 2019 1 次提交
  3. 21 5月, 2019 1 次提交
    • Y
      Add LAMB Optimizer support (#17489) · f9796b12
      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
      f9796b12
  4. 16 5月, 2019 1 次提交
    • J
      init auto loss scaling (#17194) · 30e178fa
      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
      30e178fa
  5. 08 5月, 2019 2 次提交
  6. 07 5月, 2019 1 次提交
  7. 06 5月, 2019 1 次提交
  8. 30 4月, 2019 1 次提交
    • G
      resolve #17159 (#17172) · e4a52e08
      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
      e4a52e08
  9. 25 4月, 2019 1 次提交
    • Y
      Init mixed precision training interface (#16856) · beda7825
      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
      beda7825
  10. 22 4月, 2019 1 次提交
  11. 20 4月, 2019 1 次提交
  12. 18 4月, 2019 1 次提交
  13. 17 4月, 2019 1 次提交
  14. 10 4月, 2019 1 次提交
  15. 02 4月, 2019 1 次提交
  16. 30 3月, 2019 1 次提交
  17. 29 3月, 2019 3 次提交
  18. 28 3月, 2019 1 次提交
  19. 27 3月, 2019 4 次提交
  20. 26 3月, 2019 4 次提交
    • C
      Update INT8 calibration README · c512516f
      chuanqiw 提交于
      test=develop
      c512516f
    • Z
      Use the resolve hazard method. · 1c11f817
      Zhen Wang 提交于
      1c11f817
    • W
      Update Readme with new accuracy and performance data measured on 6271 (#16437) · 85e1cc1e
      Wang, Chuanqi 提交于
      * Update Readme with new accuracy and performance data measured on 6271
      test=develop
      
      * Modify tables and example command
      test=develop
      85e1cc1e
    • W
      [slim] Add quantization strategy and distillation strategy. (#16408) · e9bec936
      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
      e9bec936
  21. 25 3月, 2019 2 次提交
  22. 23 3月, 2019 2 次提交
    • C
      Enhance test calibration script on accuracy assert · 431068c9
      chuanqiw 提交于
      test=develop
      431068c9
    • W
      [slim] Refine framework of slim and add filter pruning strategy (#16226) · 2e5831f0
      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
      2e5831f0
  23. 21 3月, 2019 1 次提交
  24. 19 3月, 2019 2 次提交
  25. 18 3月, 2019 1 次提交
    • T
      update load persistables for increment, test=develop (#15576) · 8ea4218c
      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
      8ea4218c
  26. 15 3月, 2019 1 次提交
  27. 12 3月, 2019 2 次提交