1. 10 5月, 2022 1 次提交
  2. 09 5月, 2022 2 次提交
  3. 05 5月, 2022 2 次提交
  4. 23 4月, 2022 1 次提交
  5. 21 4月, 2022 2 次提交
  6. 20 4月, 2022 1 次提交
    • C
      Fix distiller (#1049) · 0bf8a1dd
      Chang Xu 提交于
      * fix distiller
      
      * fix distiller
      
      * fix distiller
      
      * demo imagenet
      
      * demo imagenet
      0bf8a1dd
  7. 19 4月, 2022 1 次提交
  8. 18 4月, 2022 1 次提交
  9. 08 4月, 2022 2 次提交
  10. 07 4月, 2022 1 次提交
  11. 01 4月, 2022 3 次提交
  12. 29 3月, 2022 1 次提交
  13. 24 3月, 2022 1 次提交
  14. 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
  15. 16 3月, 2022 1 次提交
  16. 28 1月, 2022 1 次提交
  17. 10 1月, 2022 1 次提交
  18. 04 1月, 2022 1 次提交
  19. 28 12月, 2021 1 次提交
  20. 27 12月, 2021 2 次提交
  21. 20 12月, 2021 1 次提交
  22. 07 12月, 2021 1 次提交
  23. 06 12月, 2021 1 次提交
  24. 02 12月, 2021 1 次提交
  25. 25 11月, 2021 1 次提交
  26. 17 11月, 2021 1 次提交
  27. 27 10月, 2021 1 次提交
  28. 19 10月, 2021 1 次提交
  29. 26 9月, 2021 1 次提交
  30. 24 9月, 2021 1 次提交
  31. 17 9月, 2021 1 次提交
  32. 15 9月, 2021 1 次提交
  33. 07 9月, 2021 1 次提交
    • M
      optimize unstructured pruner using GMP (#881) · 358b51af
      minghaoBD 提交于
      * optimize unstructured pruner using GMP
      
      * add uniittests for GMP pruner
      
      * add training scripts for fleet and gmp; add conv1x1 pruning
      
      * add conv1x1 pruning to dygraph
      
      * unify hyper parameters across methods and scripts, static graph
      
      * unify hyper parameters across methods and scripts, dynamic graph
      
      * refine test cases
      
      * fix singlecard training in static graph
      
      * refine readmes
      
      * update unstructured pruner api doc static
      
      * update api docs dygraph
      
      * fix bugs in api docs
      
      * rename UnstructuredPrunerGMP to GMPUnstructuredPruner
      
      * fix some format issues
      
      * remove redundant methods/arguments
      
      * description for gmp configs
      
      * fix minor bugs
      
      * fix test cases accordingly
      Co-authored-by: Nwhs <wanghaoshuang@baidu.com>
      358b51af