"src/vscode:/vscode.git/clone" did not exist on "602924d4fef24fee79a861e229e40e90bbd1fcd4"
  1. 13 Aug, 2020 1 commit
  2. 12 Aug, 2020 3 commits
  3. 23 Jul, 2020 1 commit
  4. 07 Jul, 2020 1 commit
  5. 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
  6. 22 Jun, 2020 2 commits
  7. 17 Jun, 2020 1 commit
  8. 15 May, 2020 1 commit
  9. 25 Mar, 2020 1 commit
  10. 04 Mar, 2020 1 commit
  11. 09 Feb, 2020 1 commit
  12. 07 Feb, 2020 1 commit
  13. 09 Jan, 2020 1 commit
  14. 23 Dec, 2019 1 commit
  15. 17 Dec, 2019 1 commit
  16. 11 Dec, 2019 1 commit
  17. 05 Dec, 2019 1 commit
  18. 11 Nov, 2019 1 commit
  19. 08 Nov, 2019 1 commit
  20. 04 Nov, 2019 2 commits
  21. 01 Nov, 2019 1 commit
  22. 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
  23. 16 Sep, 2019 1 commit
  24. 05 Aug, 2019 1 commit
  25. 31 Jul, 2019 1 commit
  26. 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
  27. 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
  28. 24 Feb, 2019 1 commit
  29. 29 Jan, 2019 2 commits
    • chicm-ms's avatar
      Fix broken pipe (#675) · d76d379b
      chicm-ms authored
      * Pull code (#22)
      
      * Support distributed job for frameworkcontroller (#612)
      
      support distributed job for frameworkcontroller
      
      * Multiphase doc (#519)
      
      * multiPhase doc
      
      * updates
      
      * updates
      
      * Add time parser for 'nnictl update duration' (#632)
      
      Current nnictl update duration only support seconds unit, add a parser for this command to support {s, m, h, d}
      
      * fix experiment state bug (#629)
      
      * update top README.md (#622)
      
      * Update README.md
      
      * update (#634)
      
      * Integration tests refactoring (#625)
      
      * Integration test refactoring (#21) (#616)
      
      * Integration test refactoring (#21)
      
      * Refactoring integration tests
      
      * test metrics
      
      * update azure pipeline
      
      * updates
      
      * updates
      
      * updates
      
      * updates
      
      * updates
      
      * updates
      
      * updates
      
      * updates
      
      * updates
      
      * updates
      
      * updates
      
      * updates
      
      * updates
      
      * updates
      
      * updates
      
      * updates
      
      * updates
      
      * updates
      
      * updates
      
      * updates
      
      * update trigger
      
      * Integration test refactoring (#618)
      
      * updates
      
      * updates
      
      * update pipeline (#619)
      
      * update pipeline
      
      * updates
      
      * updates
      
      * updates
      
      * updates
      
      * updates
      
      * test pipeline (#623)
      
      * test pipeline
      
      * updates
      
      * updates
      
      * updates
      
      * Update integration test (#624)
      
      * Update integration test
      
      * updates
      
      * updates
      
      * updates
      
      * updates
      
      * updates
      
      * updates
      
      * Revert "Pull code (#22)"
      
      This reverts commit 62fc165ad7b2ba724eead3b99f010aa34491e2c7.
      
      * Fix broken pipe error
      
      * updates
      
      * updates
      d76d379b
    • chicm-ms's avatar
      Fix broken pipe v0.5.1 (#679) · 2f01a4cd
      chicm-ms authored
      * Fix broken pipe error
      
      * updates
      2f01a4cd
  30. 22 Jan, 2019 1 commit
    • chicm-ms's avatar
      Fix azure pipeplines trigger (#638) · 0f6b8184
      chicm-ms authored
      * Pull code (#22)
      
      * Support distributed job for frameworkcontroller (#612)
      
      support distributed job for frameworkcontroller
      
      * Multiphase doc (#519)
      
      * multiPhase doc
      
      * updates
      
      * updates
      
      * Add time parser for 'nnictl update duration' (#632)
      
      Current nnictl update duration only support seconds unit, add a parser for this command to support {s, m, h, d}
      
      * fix experiment state bug (#629)
      
      * update top README.md (#622)
      
      * Update README.md
      
      * update (#634)
      
      * Integration tests refactoring (#625)
      
      * Integration test refactoring (#21) (#616)
      
      * Integration test refactoring (#21)
      
      * Refactoring integration tests
      
      * test metrics
      
      * update azure pipeline
      
      * updates
      
      * updates
      
      * updates
      
      * updates
      
      * updates
      
      * updates
      
      * updates
      
      * updates
      
      * updates
      
      * updates
      
      * updates
      
      * updates
      
      * updates
      
      * updates
      
      * updates
      
      * updates
      
      * updates
      
      * updates
      
      * updates
      
      * updates
      
      * update trigger
      
      * Integration test refactoring (#618)
      
      * updates
      
      * updates
      
      * update pipeline (#619)
      
      * update pipeline
      
      * updates
      
      * updates
      
      * updates
      
      * updates
      
      * updates
      
      * test pipeline (#623)
      
      * test pipeline
      
      * updates
      
      * updates
      
      * updates
      
      * Update integration test (#624)
      
      * Update integration test
      
      * updates
      
      * updates
      
      * updates
      
      * updates
      
      * updates
      
      * updates
      
      * Revert "Pull code (#22)"
      
      This reverts commit 62fc165ad7b2ba724eead3b99f010aa34491e2c7.
      
      * Fix azure pipepline trigger
      0f6b8184
  31. 21 Jan, 2019 1 commit
    • chicm-ms's avatar
      Integration tests refactoring (#625) · d6e49c5f
      chicm-ms authored
      * Integration test refactoring (#21) (#616)
      
      * Integration test refactoring (#21)
      
      * Refactoring integration tests
      
      * test metrics
      
      * update azure pipeline
      
      * updates
      
      * updates
      
      * updates
      
      * updates
      
      * updates
      
      * updates
      
      * updates
      
      * updates
      
      * updates
      
      * updates
      
      * updates
      
      * updates
      
      * updates
      
      * updates
      
      * updates
      
      * updates
      
      * updates
      
      * updates
      
      * updates
      
      * updates
      
      * update trigger
      
      * Integration test refactoring (#618)
      
      * updates
      
      * updates
      
      * update pipeline (#619)
      
      * update pipeline
      
      * updates
      
      * updates
      
      * updates
      
      * updates
      
      * updates
      
      * test pipeline (#623)
      
      * test pipeline
      
      * updates
      
      * updates
      
      * updates
      
      * Update integration test (#624)
      
      * Update integration test
      
      * updates
      
      * updates
      
      * updates
      
      * updates
      
      * updates
      
      * updates
      d6e49c5f
  32. 29 Dec, 2018 1 commit
  33. 26 Dec, 2018 1 commit
    • Zejun Lin's avatar
      Add ut to ci & Fix some ut & Add some testcase (#491) · 892d3c1e
      Zejun Lin authored
      * fix bug
      
      * add docs
      
      * add ut
      
      * add ut
      
      * add to ci
      
      * update doc
      
      * update doc
      
      * update ut
      
      * add ut to ci
      
      * add ut to ci
      
      * add ut to ci
      
      * add ut to ci
      
      * add ut to ci
      
      * add ut to ci
      
      * add ut to ci
      
      * add ut to ci
      
      * test
      
      * test
      
      * test
      
      * test
      
      * test
      
      * test
      
      * test
      
      * test
      
      * test
      
      * test
      
      * revert
      
      * refactor
      
      * refactor
      
      * s
      
      * merge
      892d3c1e
  34. 30 Nov, 2018 1 commit