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. 20 3月, 2019 1 次提交
  3. 19 3月, 2019 1 次提交
  4. 15 3月, 2019 2 次提交
  5. 14 3月, 2019 1 次提交
  6. 13 3月, 2019 1 次提交
  7. 12 3月, 2019 4 次提交
  8. 11 3月, 2019 1 次提交
    • Q
      Imperative remove all descs (#16045) · 1f4aa7a2
      Qiyang Min 提交于
      * Remove Desc in Forward Pass
      
      * Refactor VarBase
      
      * Add dbg info
      
      * Only check type in imperative mode
      
      * Polish code and support optimizer
      
      test=develop
      
      * Fix stop gradient problem in PyLayer
      
      test=develop
      1f4aa7a2
  9. 04 3月, 2019 6 次提交
  10. 01 3月, 2019 1 次提交
  11. 27 2月, 2019 1 次提交
  12. 26 2月, 2019 1 次提交
  13. 25 2月, 2019 7 次提交
  14. 23 2月, 2019 1 次提交
  15. 22 2月, 2019 2 次提交
  16. 21 2月, 2019 5 次提交
  17. 20 2月, 2019 1 次提交
  18. 19 2月, 2019 1 次提交
    • Y
      Correct the doc in Python API (#15725) · 56a5039e
      Yiqun Liu 提交于
      * Correct the comment in control_flow.py.
      
      * Correct the argument list of ops.
      test=develop
      
      * Update API.spec.
      test=develop
      
      * Skip op_callstack attr for all op apis.
      test=develop
      
      * Remove use_mkldnn and is_test from python api.
      test=develop
      
      * Remove use_mkldnn and is_test from op_proto_maker and hard-coding them in python when generating doc string.
      test=develop
      56a5039e
  19. 18 2月, 2019 1 次提交
  20. 12 2月, 2019 1 次提交
    • S
      rename · 7e399b06
      sneaxiy 提交于
      test=develop
      7e399b06