1. 25 1月, 2021 2 次提交
  2. 22 1月, 2021 1 次提交
  3. 18 1月, 2021 1 次提交
  4. 25 12月, 2020 1 次提交
  5. 19 12月, 2020 2 次提交
  6. 11 12月, 2020 1 次提交
  7. 10 12月, 2020 1 次提交
  8. 09 12月, 2020 2 次提交
  9. 08 12月, 2020 1 次提交
  10. 03 12月, 2020 1 次提交
  11. 02 12月, 2020 1 次提交
  12. 21 11月, 2020 1 次提交
  13. 19 11月, 2020 1 次提交
  14. 18 11月, 2020 1 次提交
  15. 16 11月, 2020 1 次提交
    • Y
      Fix prune ci (#512) · d8b971d6
      yukavio 提交于
      * remove sensitive_pruner module
      
      * migrate prune module
      
      * fix some bug for migrating the prune module to 2.0-rc
      
      * update some 1.8 api
      
      * change num_worker from 16 to 1
      
      * migrate common and core module
      
      * fix a api in rl controller
      
      * fix dataloader
      d8b971d6
  16. 09 11月, 2020 2 次提交
    • 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
    • B
      add warn when import quant failed (#505) · 4b3a7c99
      Bai Yifan 提交于
      4b3a7c99
  17. 03 11月, 2020 1 次提交
  18. 02 11月, 2020 1 次提交
  19. 29 10月, 2020 1 次提交
  20. 27 10月, 2020 1 次提交
  21. 21 10月, 2020 1 次提交
  22. 28 9月, 2020 1 次提交
  23. 18 9月, 2020 1 次提交
  24. 15 9月, 2020 2 次提交
  25. 09 9月, 2020 1 次提交
  26. 07 9月, 2020 1 次提交
    • C
      Fix sa (#429) · f11964b2
      ceci3 提交于
      * fix
      
      * update connect
      
      * add uniitest
      f11964b2
  27. 31 8月, 2020 2 次提交
    • Y
      Complete prune load api (#430) · a412b6fa
      yukavio 提交于
      * add new argument for easy load prune program
      
      * add argument make load pruned program more easier
      
      * change save function arg
      
      * fix test
      
      * fix format
      a412b6fa
    • Y
      Fix quant aware (#431) · 81db340f
      yukavio 提交于
      * fix pruned model save and load, fix bugs of pruning depthwise conv
      
      * add unit test of pruned model save and load
      
      * temp delete
      
      * add unit test
      
      * paddleslim/quant/quanter.py
      
      * fix bug
      81db340f
  28. 19 8月, 2020 2 次提交
    • Y
      complete prune tests (#425) · b6659ca8
      yukavio 提交于
      * fix pruned model save and load, fix bugs of pruning depthwise conv
      
      * add unit test of pruned model save and load
      
      * temp delete
      
      * add unit test
      
      * add some unit tests
      
      * complete autoprune unit test
      
      * add sensitive unit tests
      
      * fix some unit test
      
      * fix auto_pruner.py
      b6659ca8
    • Y
      fix pruned model save and load, fix bugs of pruning depthwise conv (#422) · 8ba34d78
      yukavio 提交于
      * fix pruned model save and load, fix bugs of pruning depthwise conv
      
      * add unit test of pruned model save and load
      
      * temp delete
      
      * add unit test
      8ba34d78
  29. 15 8月, 2020 1 次提交
  30. 07 8月, 2020 2 次提交
  31. 05 8月, 2020 1 次提交
    • Y
      Fix bug when prune depthwise convolution layer. (#399) · 36b38fc3
      yukavio 提交于
      * fix bug when prune the depthwise convolution layer
      
      * fix bug when prune the depthwise convolution layer
      
      * fix bug when prune depthwise convolution layer
      
      * fix pruner when prune depthwise convolution layer
      
      * remove print from unit test
      36b38fc3
  32. 04 8月, 2020 1 次提交