1. 11 Dec, 2020 1 commit
  2. 26 Oct, 2020 1 commit
  3. 21 Oct, 2020 1 commit
  4. 19 Oct, 2020 1 commit
  5. 13 Oct, 2020 1 commit
  6. 17 Sep, 2020 1 commit
  7. 11 Sep, 2020 1 commit
  8. 07 Sep, 2020 1 commit
  9. 13 Aug, 2020 1 commit
  10. 12 Aug, 2020 3 commits
  11. 23 Jul, 2020 1 commit
  12. 07 Jul, 2020 1 commit
  13. 29 Jun, 2020 1 commit
    • Yuge Zhang's avatar
      NAS Benchmark (#2578) · b91aba39
      Yuge Zhang authored
      * Adding NAS Benchmark (201)
      
      * Add missing endline
      
      * Update script
      
      * Draft for NAS-Bench-101
      
      * Update NAS-Bench-101
      
      * Update constants
      
      * Add API
      
      * Update API
      
      * Fix typo
      
      * Draft for NDS
      
      * Fix issues in storing loss
      
      * Fix cell_spec problem
      
      * Finalize NDS
      
      * Update time consumption
      
      * Add nds query function
      
      * Update documentation for NAS-Bench-101
      
      * Reformat generators
      
      * Add NAS-Bench-201 docs
      
      * Unite constant names
      
      * Update docstring
      
      * Update docstring
      
      * Update rst
      
      * Update scripts
      
      * Add git as dependency
      
      * Apt update
      
      * Update installation scripts
      
      * Fix dependency for pipeline
      
      * Fix NDS script
      
      * Fix NAS-Bench-201 installation
      
      * Add example notebook
      
      * Correct latency dimension
      
      * shortcuts -> query
      
      * Change run -> trial, ComputedStats -> TrialStats
      
      * ipynb needs re-generation
      
      * Fix NAS rst
      
      * Fix documentation and pylint
      
      * Fix pylint
      
      * Add pandoc as dependency
      
      * Update pandoc dependency
      
      * Fix documentation broken link
      b91aba39
  14. 22 Jun, 2020 2 commits
  15. 17 Jun, 2020 1 commit
  16. 15 May, 2020 1 commit
  17. 25 Mar, 2020 1 commit
  18. 04 Mar, 2020 1 commit
  19. 09 Feb, 2020 1 commit
  20. 07 Feb, 2020 1 commit
  21. 09 Jan, 2020 1 commit
  22. 23 Dec, 2019 1 commit
  23. 17 Dec, 2019 1 commit
  24. 11 Dec, 2019 1 commit
  25. 05 Dec, 2019 1 commit
  26. 11 Nov, 2019 1 commit
  27. 08 Nov, 2019 1 commit
  28. 04 Nov, 2019 2 commits
  29. 01 Nov, 2019 1 commit
  30. 09 Oct, 2019 2 commits
    • chicm-ms's avatar
      Fix gp tuner (#1592) · 313b0f67
      chicm-ms authored
      * fix gp tuner
      313b0f67
    • 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
  31. 16 Sep, 2019 1 commit
  32. 05 Aug, 2019 1 commit
  33. 31 Jul, 2019 1 commit
  34. 10 Jul, 2019 1 commit
    • cclauss's avatar
      Run flake8 tests to find Python syntax errors and undefined names (#1217) · 917ce97f
      cclauss authored
      * Run flake8 tests to find Python syntax errors and undefined names
      
      * python3 -m pip install flake8
      
      * —user
      
      * python3 -m flake8
      
      * IGNORE=./tools/nni_annotation/*:F821,./examples/trials/mnist-nas/mnist.py:F821
      
      * IGNORE=./tools/nni_annotation/testcase:F821,./examples/trials/mnist-nas/mnist.py:F821
      
      * flake8 . --per-file-ignores=$IGNORE
      917ce97f
  35. 13 Mar, 2019 1 commit
    • chicm-ms's avatar
      Refactor pipeline (#833) · 5296a528
      chicm-ms authored
      * Refactoring test pipelines, move local integrate test from PR pipeline into a sepearate pipeline which is scheduled daily.
      5296a528