1. 29 8月, 2022 1 次提交
  2. 22 8月, 2022 1 次提交
  3. 19 8月, 2022 1 次提交
  4. 18 8月, 2022 1 次提交
  5. 17 8月, 2022 1 次提交
  6. 16 8月, 2022 2 次提交
  7. 04 8月, 2022 1 次提交
  8. 14 7月, 2022 1 次提交
  9. 08 7月, 2022 1 次提交
  10. 05 7月, 2022 1 次提交
  11. 30 6月, 2022 1 次提交
  12. 28 6月, 2022 1 次提交
  13. 17 6月, 2022 1 次提交
  14. 14 6月, 2022 1 次提交
  15. 10 6月, 2022 1 次提交
    • C
      optimization yaml (#1157) · 604c0bbe
      ceci3 提交于
      * optimization yaml
      
      * update yaml
      
      * update yaml
      
      * fix unittest
      
      * fix unittest
      604c0bbe
  16. 08 6月, 2022 2 次提交
  17. 07 6月, 2022 1 次提交
  18. 27 5月, 2022 1 次提交
    • W
      Refine temp directory of ACT (#1145) · ce482365
      whs 提交于
      1. fix temp work dir not found error
      2. move temp work dir to final directory formated by pid and datetime
      3. remove temp work dir of ACT when job is done
      4. remove temp work dir of quant_post_hpo when job is done
      ce482365
  19. 21 5月, 2022 1 次提交
    • C
      update readme (#1129) · 490c1f7f
      ceci3 提交于
      * update readme
      
      * update
      
      * update
      
      * remove cv2
      
      * update
      
      * update
      490c1f7f
  20. 17 5月, 2022 1 次提交
  21. 09 5月, 2022 1 次提交
    • C
      update auto compressor (#1065) · dede4a80
      ceci3 提交于
      * update dynabert
      
      * update
      
      * update
      
      * update
      
      * add transformer_pruner to autocompress
      
      * add auto
      
      * update transformer pruner
      
      * ptq-hpo support eval function
      
      * update
      
      * update
      
      * update
      
      * update docs
      
      * add comment
      
      * fix patterns
      dede4a80
  22. 19 4月, 2022 1 次提交
  23. 08 4月, 2022 1 次提交
  24. 07 4月, 2022 2 次提交
  25. 29 3月, 2022 1 次提交
  26. 24 3月, 2022 1 次提交
  27. 21 3月, 2022 1 次提交
    • C
      add source free (#974) · a00f830f
      ceci3 提交于
      * add source-free
      
      * add source-free
      
      * add asp
      
      * update
      
      * add fleet
      
      * add docs
      
      * rename
      
      * fix unittest
      a00f830f
  28. 07 3月, 2022 1 次提交
  29. 06 1月, 2022 1 次提交
  30. 04 1月, 2022 1 次提交
  31. 27 12月, 2021 1 次提交
  32. 07 12月, 2021 1 次提交
  33. 26 7月, 2021 1 次提交
  34. 16 4月, 2021 1 次提交
  35. 03 12月, 2020 1 次提交
  36. 18 11月, 2020 1 次提交
  37. 09 11月, 2020 1 次提交
    • H
      Added dygraph quantization. (#435) · 74511818
      huangxu96 提交于
      * Added dygraph quantization.
      
      * Added save_quant_model function
      
      * Overload quant_aware, make dynamic and static model use the same interface.
      
      * Use singledispatch to overload the quant aware for dygraph quantization
      
      * Add unnitest for dygraph quant_aware
      
      * Use 2.0 api for supporting paddle 2.0
      
      * Using pre-commit to modify the coding style.
      
      * Add unittest for user inputted quant_config.
      
      * Add singledispath into requirements.txt
      Co-authored-by: NBai Yifan <me@ethanbai.com>
      74511818