1. 30 Jun, 2020 1 commit
  2. 29 Jun, 2020 4 commits
    • Yuge Zhang's avatar
      Add docs for nniignore and improve docs of training service (#2561) · 25c4c3b5
      Yuge Zhang authored
      * Improve docs
      
      * All using # to start
      
      * uploaded -> excluded
      
      * Set versionCheck default to true
      
      * Add .nniignore example
      
      * Rename training service docs
      
      * Update training service docs
      
      * Fix step numbering
      
      * Resolve comments
      
      * Fix typo
      
      * Resolve comments
      
      * Fix broken link
      25c4c3b5
    • Chi Song's avatar
    • chicm-ms's avatar
      Update lottery ticket example (#2559) · e60e1838
      chicm-ms authored
      e60e1838
    • 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
  3. 27 Jun, 2020 1 commit
  4. 23 Jun, 2020 1 commit
  5. 19 Jun, 2020 1 commit
  6. 16 Jun, 2020 1 commit
  7. 12 Jun, 2020 1 commit
  8. 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
  9. 04 Jun, 2020 1 commit
  10. 28 May, 2020 1 commit
  11. 25 May, 2020 1 commit
  12. 19 May, 2020 2 commits
  13. 14 May, 2020 1 commit
  14. 08 May, 2020 1 commit
  15. 24 Apr, 2020 1 commit
  16. 20 Apr, 2020 1 commit
  17. 17 Apr, 2020 1 commit
  18. 08 Apr, 2020 1 commit
  19. 07 Apr, 2020 1 commit
  20. 06 Apr, 2020 1 commit
  21. 03 Apr, 2020 2 commits
  22. 30 Mar, 2020 2 commits
  23. 27 Mar, 2020 2 commits
  24. 25 Mar, 2020 2 commits
  25. 24 Mar, 2020 1 commit
  26. 11 Mar, 2020 1 commit
  27. 05 Mar, 2020 1 commit
  28. 04 Mar, 2020 1 commit
  29. 03 Mar, 2020 1 commit
  30. 02 Mar, 2020 3 commits
    • Scarlett Li's avatar
      fix a small problem in example code (#2110) · f86c7005
      Scarlett Li authored
      * Update mnist.py for pytorch
      
      it's weird putting pytorch's tmp data in a folder called /tmp/tensorflow...
      f86c7005
    • chicm-ms's avatar
      Refactor pruner examples (#2099) · e862d39e
      chicm-ms authored
      e862d39e
    • George Cheng's avatar
      DLTS integration (#1945) · 134368fa
      George Cheng authored
      
      
      * skeleton of dlts training service (#1844)
      
      * Hello, DLTS!
      
      * Revert version
      
      * Remove fs-extra
      
      * Add some default cluster config
      
      * schema
      
      * fix
      
      * Optional cluster (default to `.default`)
      
      Depends on DLWorkspace#837
      
      * fix
      
      * fix
      
      * optimize gpu type
      
      * No more copy
      
      * Format
      
      * Code clean up
      
      * Issue fix
      
      * Add optional fields in config
      
      * Issue fix
      
      * Lint
      
      * Lint
      
      * Validate email, password and team
      
      * Doc
      
      * Doc fix
      
      * Set TMPDIR
      
      * Use metadata instead of gpu_capacity
      
      * Cancel paused DLTS job
      
      * workaround lint rules
      
      * pylint
      
      * doc
      Co-authored-by: default avatarQuanluZhang <z.quanluzhang@gmail.com>
      134368fa