1. 12 Jun, 2020 1 commit
  2. 11 Jun, 2020 1 commit
  3. 05 Jun, 2020 1 commit
    • Chi Song's avatar
      remove optimize_mode from curve fitting (#2471) · e75a9f5a
      Chi Song authored
      others
      
      1. fix failed curve fitting UTs, due to code changes.
      1. move all SDK UTs to tests folder, so that they can be run in default tests.
      1. fix some deprecated ut assert function calls.
      e75a9f5a
  4. 28 May, 2020 1 commit
  5. 19 May, 2020 2 commits
  6. 15 May, 2020 1 commit
  7. 11 May, 2020 1 commit
  8. 06 May, 2020 1 commit
  9. 30 Mar, 2020 1 commit
  10. 26 Mar, 2020 1 commit
  11. 24 Mar, 2020 1 commit
  12. 17 Mar, 2020 2 commits
  13. 11 Mar, 2020 1 commit
  14. 03 Mar, 2020 1 commit
  15. 17 Feb, 2020 1 commit
  16. 10 Feb, 2020 1 commit
  17. 09 Feb, 2020 1 commit
  18. 07 Feb, 2020 1 commit
  19. 05 Feb, 2020 1 commit
  20. 15 Jan, 2020 1 commit
  21. 24 Dec, 2019 1 commit
  22. 12 Dec, 2019 1 commit
  23. 26 Nov, 2019 1 commit
  24. 25 Nov, 2019 4 commits
  25. 21 Nov, 2019 2 commits
  26. 15 Nov, 2019 1 commit
  27. 12 Nov, 2019 1 commit
    • Cjkkkk's avatar
      Api refactor (#1728) · 81fcff86
      Cjkkkk authored
      api refactor for compression, especially, quantization APIs
      81fcff86
  28. 04 Nov, 2019 2 commits
  29. 01 Nov, 2019 1 commit
  30. 30 Oct, 2019 1 commit
  31. 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
  32. 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
  33. 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