1. 13 7月, 2021 1 次提交
  2. 10 7月, 2021 1 次提交
  3. 05 7月, 2021 1 次提交
  4. 01 7月, 2021 2 次提交
  5. 30 6月, 2021 2 次提交
  6. 21 6月, 2021 1 次提交
  7. 09 6月, 2021 1 次提交
    • M
      Fix keyerror (#794) · 25ee526f
      minghaoBD 提交于
      * fix key_error in pruner
      
      * add unit test for get_ratios_by_loss
      25ee526f
  8. 07 6月, 2021 1 次提交
  9. 04 6月, 2021 1 次提交
    • M
      prune the optimizer in dygraph mode (#784) · 1492712e
      minghaoBD 提交于
      * prune the optimizer in dygraph mode
      
      * set opt when initializing pruner
      
      * tests passed locally
      
      * update Chinese docs and tutorials
      
      * refine docs style
      
      * avoid ambiguation in docs
      1492712e
  10. 18 5月, 2021 1 次提交
  11. 28 4月, 2021 1 次提交
    • C
      fix some bug of ofa (#712) · 8cc4e44c
      ceci3 提交于
      * fix dist
      
      * fix
      
      * remove hook
      
      * fix skip layers
      
      * fix depthwise
      
      * fix depthwise
      
      * fix depthwise
      8cc4e44c
  12. 27 4月, 2021 2 次提交
  13. 26 4月, 2021 1 次提交
  14. 25 4月, 2021 1 次提交
  15. 19 4月, 2021 1 次提交
  16. 14 4月, 2021 1 次提交
  17. 26 3月, 2021 1 次提交
  18. 10 3月, 2021 1 次提交
  19. 23 2月, 2021 1 次提交
  20. 01 2月, 2021 1 次提交
  21. 29 1月, 2021 1 次提交
  22. 26 1月, 2021 1 次提交
  23. 25 1月, 2021 1 次提交
  24. 22 1月, 2021 1 次提交
  25. 18 1月, 2021 1 次提交
  26. 05 1月, 2021 1 次提交
  27. 19 12月, 2020 1 次提交
  28. 15 12月, 2020 1 次提交
  29. 09 12月, 2020 1 次提交
  30. 08 12月, 2020 1 次提交
  31. 03 12月, 2020 1 次提交
  32. 02 12月, 2020 2 次提交
  33. 26 11月, 2020 1 次提交
  34. 21 11月, 2020 1 次提交
  35. 18 11月, 2020 1 次提交
  36. 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