1. 30 Jun, 2020 2 commits
  2. 29 Jun, 2020 1 commit
  3. 24 Jun, 2020 1 commit
  4. 17 Jun, 2020 1 commit
  5. 16 Jun, 2020 1 commit
  6. 12 Jun, 2020 1 commit
  7. 28 May, 2020 1 commit
  8. 15 May, 2020 1 commit
  9. 26 Mar, 2020 1 commit
  10. 09 Mar, 2020 1 commit
  11. 03 Mar, 2020 1 commit
  12. 02 Mar, 2020 1 commit
  13. 25 Feb, 2020 1 commit
  14. 17 Feb, 2020 1 commit
  15. 13 Feb, 2020 2 commits
  16. 08 Feb, 2020 1 commit
  17. 09 Jan, 2020 1 commit
  18. 30 Dec, 2019 1 commit
  19. 29 Dec, 2019 1 commit
  20. 27 Dec, 2019 1 commit
  21. 24 Dec, 2019 2 commits
  22. 12 Dec, 2019 1 commit
    • Yan Ni's avatar
      Fix doc build warning (#1799) · 659480f2
      Yan Ni authored
      * fix doc build warnings
      
      * update docstring guide
      
      * fix doc build warning #2
      
      * remove typing.Dict
      
      * update
      
      * fix dead link
      
      * remove deprecated docs
      
      * fix missing link warning
      
      * fix link issue after merge
      
      * fix docstring indentation warning
      
      * remove trial.py
      
      * revert commit for deadlink of outdated docs
      
      * fix pylint error
      659480f2
  23. 11 Dec, 2019 1 commit
  24. 25 Nov, 2019 2 commits
  25. 21 Nov, 2019 1 commit
  26. 20 Nov, 2019 1 commit
  27. 15 Nov, 2019 1 commit
  28. 12 Nov, 2019 1 commit
    • Cjkkkk's avatar
      Api refactor (#1728) · 81fcff86
      Cjkkkk authored
      api refactor for compression, especially, quantization APIs
      81fcff86
  29. 09 Nov, 2019 1 commit
  30. 04 Nov, 2019 1 commit
  31. 31 Oct, 2019 1 commit
  32. 30 Oct, 2019 1 commit
  33. 23 Oct, 2019 1 commit
    • liuzhe-lz's avatar
      Update doc (#1647) · d1ace0ae
      liuzhe-lz authored
      * add announcement to model compression doc
      
      * update version number to 1.1
      d1ace0ae
  34. 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
  35. 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
  36. 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