1. 27 12月, 2022 3 次提交
  2. 23 12月, 2022 1 次提交
  3. 22 12月, 2022 1 次提交
  4. 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
  5. 20 12月, 2022 1 次提交
  6. 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
  7. 14 12月, 2022 1 次提交
  8. 13 12月, 2022 5 次提交
  9. 12 12月, 2022 2 次提交
  10. 09 12月, 2022 1 次提交
  11. 08 12月, 2022 1 次提交
  12. 07 12月, 2022 2 次提交
  13. 06 12月, 2022 2 次提交
  14. 05 12月, 2022 2 次提交
  15. 02 12月, 2022 3 次提交
  16. 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
  17. 30 11月, 2022 1 次提交
  18. 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
  19. 28 11月, 2022 2 次提交
  20. 26 11月, 2022 1 次提交
  21. 25 11月, 2022 1 次提交
  22. 24 11月, 2022 1 次提交
  23. 23 11月, 2022 2 次提交
  24. 22 11月, 2022 1 次提交
  25. 21 11月, 2022 2 次提交