1. 26 3月, 2019 1 次提交
    • 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
  2. 25 3月, 2019 1 次提交
  3. 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
  4. 21 3月, 2019 1 次提交
  5. 19 3月, 2019 2 次提交
  6. 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
  7. 15 3月, 2019 1 次提交
  8. 12 3月, 2019 4 次提交
  9. 08 3月, 2019 2 次提交
  10. 07 3月, 2019 1 次提交
  11. 06 3月, 2019 1 次提交
  12. 25 2月, 2019 2 次提交
  13. 22 2月, 2019 1 次提交
    • X
      polish · 19d78f67
      Xin Pan 提交于
      test=develop
      19d78f67
  14. 21 2月, 2019 1 次提交
  15. 16 2月, 2019 1 次提交
    • Z
      resolve #15724 · e5d3d7c6
      Zhang, Guoming 提交于
      1.Remove the code for setting mkldnn environment in the test_calibration.py;
      2.Update the cmake file for MKLDNN environment enabling;
      3.Update the INT8 inference doc.
      
      test=develop
      e5d3d7c6
  16. 12 2月, 2019 1 次提交
    • S
      rename · 7e399b06
      sneaxiy 提交于
      test=develop
      7e399b06
  17. 11 2月, 2019 2 次提交
  18. 31 1月, 2019 1 次提交
  19. 30 1月, 2019 4 次提交
  20. 28 1月, 2019 3 次提交
  21. 26 1月, 2019 2 次提交
  22. 25 1月, 2019 1 次提交
  23. 24 1月, 2019 1 次提交
  24. 23 1月, 2019 2 次提交
    • G
      [V1.3] Add the calibration tool code for int8 inference and focus test. (#15062) · dbdaf15c
      guomingz 提交于
      * Add the calibration tool code for int8 inference and focus test.
      
      * Fix the calibration tool per the review comments.
      
      test=develop
      
      * Update the calibrator doc and remove extra line.
      
      * Fix the invalid is_negative_input attr set on Mobilenet.
      
      * Add the comments and fix the format issue.
      
      test=develop
      
      * Update the CMakelist.txt for Calibration PR.Disable the Calibration UT if not enable MKLDNN.
      
      test=develop
      
      * Update the CMakeList.txt.
      
      test=develop
      
      * Disable the test_calibration case on WIN and MAC.
      
      test=develop
      
      * Add the missing brackets.
      
      test=develop
      
      * Remove the outdated map operator which not supported on Python3.
      
      test=develop
      
      * Fix the style issue.
      
      test=develop
      
      * 1.Update the CMakeList.txt to disable calibration tool ut when the WITH_MKL is not set;
      2.Add the workaround to enable the FLAGS_use_mkldnn for PR_CI(PADDLE).
      
      test=develop
      
      * Fix the typo and format the License header.
      
      test=develop
      
      * 1.Add and Update TODOs per review comments.
      2.Code clean.
      
      test=develop
      dbdaf15c
    • Q
      update comment test=develop · 119a3d4d
      Qiao Longfei 提交于
      119a3d4d
  25. 22 1月, 2019 1 次提交