1. 27 3月, 2023 1 次提交
  2. 24 3月, 2023 2 次提交
  3. 22 3月, 2023 1 次提交
  4. 21 3月, 2023 1 次提交
  5. 17 3月, 2023 3 次提交
  6. 27 2月, 2023 1 次提交
  7. 20 2月, 2023 1 次提交
  8. 13 2月, 2023 1 次提交
  9. 08 2月, 2023 1 次提交
  10. 07 2月, 2023 1 次提交
  11. 31 1月, 2023 1 次提交
  12. 17 1月, 2023 2 次提交
  13. 16 1月, 2023 3 次提交
  14. 13 1月, 2023 1 次提交
  15. 12 1月, 2023 1 次提交
  16. 05 1月, 2023 1 次提交
  17. 03 1月, 2023 1 次提交
  18. 28 12月, 2022 1 次提交
  19. 27 12月, 2022 4 次提交
  20. 23 12月, 2022 1 次提交
  21. 21 12月, 2022 1 次提交
    • C
      optimize auto compress (#1550) · 304d7815
      ceci3 提交于
      * support sub block
      
      * support post-precess
      
      * update
      
      * fix
      
      * add unittest
      
      * revert prune
      
      * fix unittest
      
      * add unittest
      304d7815
  22. 20 12月, 2022 1 次提交
  23. 16 12月, 2022 1 次提交
    • R
      Add ITPruner (#1519) · 5662a660
      rehulisw 提交于
      * itpruner
      
      * Delete paddleslim/nas/itpruner/__pycache__ directory
      
      * test_itpruner
      
      * Delete paddleslim/nas/itpruner/Cifar/__pycache__ directory
      
      * Delete paddleslim/nas/itpruner/CKA/__pycache__ directory
      
      * Delete paddleslim/nas/itpruner/Cifar/utils/__pycache__ directory
      
      * Delete paddleslim/nas/itpruner/Cifar/nets/__pycache__ directory
      
      * Update cka.py
      
      * Update itpruner.py
      
      * Update test_itpruner.py
      
      * Update test_itpruner.py
      
      * Update test_itpruner.py
      
      * Delete initializer.py
      
      * Update base_models.py
      
      * Update resnet_cifar.py
      
      * Update base_models.py
      
      * Update resnet_cifar.py
      
      * Update base_models.py
      
      * Update cka.py
      
      * Update resnet_cifar.py
      
      * Update base_models.py
      
      * Update utils.py
      
      * Delete base_models.py
      
      * Update resnet_cifar.py
      Co-authored-by: NminghaoBD <79566150+minghaoBD@users.noreply.github.com>
      5662a660
  24. 12 12月, 2022 2 次提交
  25. 07 12月, 2022 1 次提交
  26. 02 12月, 2022 2 次提交
  27. 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
  28. 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
  29. 28 11月, 2022 1 次提交