1. 12 1月, 2023 1 次提交
  2. 05 1月, 2023 1 次提交
  3. 02 12月, 2022 1 次提交
  4. 01 12月, 2022 1 次提交
    • W
      Remove and update fluid API (#1508) · 423b057c
      whs 提交于
      1. Remove fluid
      2. Remove unused codes
      2.1 remove adabert
      2.2 remove ddpg controller of NAS
      2.3 remove paddleslim.models
      2.4 Remove PC-DARTS
      423b057c
  5. 29 11月, 2022 1 次提交
    • M
      Support FC (#1551) · 5b0346c5
      minghaoBD 提交于
      * support fc in pruning
      
      * support matmul and matmul_v2 pruning
      
      * support ffn pruning with gelu activations in the middle
      
      * support reshape2, transpose and split in transformer block
      
      * support pattern: qkv gemm -> batched gemm -> out linear
      
      * prune all fc layer
      
      * support fc pruning
      
      * almost done with few hardcode
      
      * remove hardcode
      
      * fix UT
      
      * fix UT
      
      * avoid setting attributes for reshape in fc pruning
      
      * fix UT
      
      * fix UT
      5b0346c5
  6. 27 10月, 2022 1 次提交
  7. 17 10月, 2022 1 次提交
  8. 23 9月, 2022 1 次提交
  9. 22 8月, 2022 1 次提交
  10. 02 8月, 2022 1 次提交
  11. 27 5月, 2022 1 次提交
  12. 07 4月, 2022 1 次提交
  13. 16 3月, 2022 1 次提交
  14. 31 12月, 2021 1 次提交
  15. 22 12月, 2021 1 次提交
  16. 06 12月, 2021 1 次提交
  17. 30 11月, 2021 1 次提交
  18. 23 11月, 2021 1 次提交
  19. 11 11月, 2021 1 次提交
  20. 26 9月, 2021 2 次提交
  21. 17 9月, 2021 1 次提交
  22. 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
  23. 06 9月, 2021 1 次提交
  24. 17 8月, 2021 1 次提交
  25. 05 8月, 2021 1 次提交
    • X
      update default config of inplace (#864) · 9058dc2c
      XGZhang 提交于
      * update quant docs
      
      * Update quantization_api.rst
      
      * Update quantization_api.rst
      
      * Update quantization_api.rst
      
      * Update qat.py
      
      与之前版本兼容:之前版本直接改动传入的model,所以这里inplace改为true
      9058dc2c
  26. 28 7月, 2021 1 次提交
  27. 26 7月, 2021 1 次提交
  28. 13 7月, 2021 1 次提交
  29. 01 7月, 2021 1 次提交
  30. 21 6月, 2021 1 次提交
  31. 07 6月, 2021 1 次提交
  32. 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
  33. 13 5月, 2021 1 次提交
  34. 29 4月, 2021 1 次提交
  35. 27 4月, 2021 2 次提交
  36. 26 4月, 2021 1 次提交
  37. 14 4月, 2021 1 次提交
  38. 10 3月, 2021 1 次提交