1. 27 Mar, 2020 1 commit
  2. 25 Mar, 2020 1 commit
  3. 24 Mar, 2020 1 commit
  4. 11 Mar, 2020 1 commit
  5. 03 Mar, 2020 1 commit
  6. 02 Mar, 2020 1 commit
  7. 23 Feb, 2020 1 commit
  8. 16 Feb, 2020 1 commit
  9. 13 Feb, 2020 2 commits
  10. 11 Feb, 2020 1 commit
  11. 10 Feb, 2020 3 commits
  12. 05 Feb, 2020 1 commit
  13. 16 Jan, 2020 1 commit
    • Cjkkkk's avatar
      add data parallel proposal (#1923) · 2de52a89
      Cjkkkk authored
      * add data parallel proposal
      
      * fix mask_weight bug
      
      * add slim pruner support and example
      
      * fix typo
      
      * fix typo
      
      * fix setattr error
      
      * fix buffer update
      
      * rename instrument_layer and prunerLayerWrapper
      
      * fix pylint
      
      * update reverse travsal
      
      * add wrap and unwrap
      
      * add register_buffer API
      
      * update docstring
      
      * update docstring
      
      * add quantizer support
      
      * fix typo
      
      * update MeanActivationPruner, weight_rank_filter_pruner and example
      2de52a89
  14. 24 Dec, 2019 3 commits
  15. 12 Dec, 2019 1 commit
  16. 11 Dec, 2019 1 commit
  17. 02 Dec, 2019 1 commit
  18. 25 Nov, 2019 2 commits
  19. 21 Nov, 2019 1 commit
  20. 20 Nov, 2019 1 commit
  21. 15 Nov, 2019 1 commit
  22. 05 Nov, 2019 1 commit
  23. 04 Nov, 2019 1 commit
  24. 31 Oct, 2019 1 commit
  25. 30 Oct, 2019 1 commit
  26. 21 Oct, 2019 1 commit
    • Tang Lang's avatar
      fix pruner bugs and add model compression README (#1624) · 9d468d2c
      Tang Lang authored
      * fix builtin pruners bug
      
      * use type_as
      
      * fix pruner bugs and add model compression README
      
      * fix example bugs
      
      * add AutoCompression.md and remove sensitive pruner
      
      * fix tf pruner bugs
      
      * update overview
      
      * Pruner.md
      9d468d2c
  27. 14 Oct, 2019 1 commit
    • liuzhe-lz's avatar
      Resolve comments in PR 1571 (#1590) · d6b61e2f
      liuzhe-lz authored
      * Resolve comments in PR 1571
      
      * try to pass ut
      
      * fix typo
      
      * format doc-string
      
      * use tensorflow.compat.v1
      
      * Revert "use tensorflow.compat.v1"
      
      This reverts commit 97a4ed923677c6dfd545fd654c55c424cf490a19.
      d6b61e2f
  28. 09 Oct, 2019 1 commit
    • liuzhe-lz's avatar
      Merge model compression dev branch to master (#1571) · e93d2c25
      liuzhe-lz authored
      * [Proposal] demo compressor (#1402)
      
      model compression
      
      * update doc for model compression (#1509)
      
      * Update Overview.md
      
      * Change Doc (#1510)
      
      * refactor compression sdk (#1562)
      
      * refactor compression sdk
      
      * bugfix
      
      * bugfix
      
      * update ut
      
      * Sync model compression doc and implementation (#1575)
      
      * update doc
      
      * formatting
      
      * bugfix
      
      * add import to examples
      e93d2c25