1. 24 Jul, 2019 4 commits
  2. 23 Jul, 2019 6 commits
  3. 22 Jul, 2019 3 commits
  4. 21 Jul, 2019 1 commit
  5. 20 Jul, 2019 1 commit
  6. 19 Jul, 2019 1 commit
  7. 18 Jul, 2019 4 commits
  8. 17 Jul, 2019 6 commits
  9. 16 Jul, 2019 3 commits
  10. 15 Jul, 2019 2 commits
    • xuehui's avatar
      Update the doc for readthedoc.io (#1304) · 9daf7c95
      xuehui authored
      * update readme in ga_squad
      
      * update readme
      
      * fix typo
      
      * Update README.md
      
      * Update README.md
      
      * Update README.md
      
      * update readme
      
      * update
      
      * fix path
      
      * update reference
      
      * fix bug in config file
      
      * update nni_arch_overview.png
      
      * update
      
      * update
      
      * update
      
      * update home page
      
      * update default value of metis tuner
      
      * fix broken link in CommunitySharings
      
      * update docs about nested search space
      
      * update docs
      
      * rename cascding to nested
      
      * fix broken link
      
      * update
      
      * update issue link
      
      * fix typo
      
      * update evaluate parameters from GMM
      
      * refine code
      
      * fix optimized mode bug
      
      * update import warning
      
      * update warning
      
      * update optimized mode
      
      * first commit for update doc structure
      
      * mv the localmode and remotemode to traningservice
      
      * update
      
      * update for readthedoc.io
      9daf7c95
    • xuehui's avatar
      Update all doc structure (#1285) · 39782f12
      xuehui authored
      * update readme in ga_squad
      
      * update readme
      
      * fix typo
      
      * Update README.md
      
      * Update README.md
      
      * Update README.md
      
      * update readme
      
      * update
      
      * fix path
      
      * update reference
      
      * fix bug in config file
      
      * update nni_arch_overview.png
      
      * update
      
      * update
      
      * update
      
      * update home page
      
      * update default value of metis tuner
      
      * fix broken link in CommunitySharings
      
      * update docs about nested search space
      
      * update docs
      
      * rename cascding to nested
      
      * fix broken link
      
      * update
      
      * update issue link
      
      * fix typo
      
      * update evaluate parameters from GMM
      
      * refine code
      
      * fix optimized mode bug
      
      * update import warning
      
      * update warning
      
      * update optimized mode
      
      * first commit for update doc structure
      
      * mv the localmode and remotemode to traningservice
      
      * update
      39782f12
  11. 12 Jul, 2019 1 commit
  12. 11 Jul, 2019 7 commits
  13. 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