1. 18 Jan, 2019 1 commit
  2. 16 Jan, 2019 4 commits
  3. 15 Jan, 2019 4 commits
    • xuehui's avatar
      Merge pull request #611 from Microsoft/v0.5 · d6530f07
      xuehui authored
      Merge v0.5 back to master
      d6530f07
    • fishyds's avatar
      Merge branch 'master' into v0.5 · 1d6db235
      fishyds authored
      1d6db235
    • xuehui's avatar
      Update Installation and Getstarted (#610) · 3c1ff6cc
      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
      
      * add release note
      
      * update the README.md
      
      * update Installation.md and Getstart.md
      3c1ff6cc
    • xuehui's avatar
      Update release note (#609) · 64db503b
      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
      
      * add release note
      
      * update the README.md
      64db503b
  4. 14 Jan, 2019 3 commits
    • Yan Ni's avatar
      fix doc (#605) · 1df572dc
      Yan Ni authored
      * fix doc
      
      * update fix
      1df572dc
    • xuehui's avatar
      Update release note (#603) · 3988b69b
      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
      
      * add release note
      3988b69b
    • xuehui's avatar
      Remove unused example (#600) · 63aa63bd
      xuehui authored
      * update README in metis and update RuntimeError
      
      * remove smart params
      63aa63bd
  5. 11 Jan, 2019 6 commits
  6. 10 Jan, 2019 1 commit
  7. 09 Jan, 2019 2 commits
  8. 08 Jan, 2019 8 commits
    • Lijiao's avatar
      [WebUI] Show trial log for pai and k8s (#580) · c288a16e
      Lijiao authored
      * [WebUI] Show trial log for pai and k8s
      
      * fix lint
      
      * Fix comments
      c288a16e
    • SparkSnail's avatar
      Add frameworkcontroller document (#530) · d13964dc
      SparkSnail authored
      Add frameworkcontroller document.
      Fix other document small issues.
      d13964dc
    • Yan Ni's avatar
      Dev weight sharing (#568) (#576) · 358efb26
      Yan Ni authored
      * Dev weight sharing (#568)
      
      * add pycharm project files to .gitignore list
      
      * update pylintrc to conform vscode settings
      
      * fix RemoteMachineMode for wrong trainingServicePlatform
      
      * simple weight sharing
      
      * update gitignore file
      
      * change tuner codedir to relative path
      
      * add python cache files to gitignore list
      
      * move extract scalar reward logic from dispatcher to tuner
      
      * update tuner code corresponding to last commit
      
      * update doc for receive_trial_result api change
      
      * add numpy to package whitelist of pylint
      
      * distinguish param value from return reward for tuner.extract_scalar_reward
      
      * update pylintrc
      
      * add comments to dispatcher.handle_report_metric_data
      
      * update install for mac support
      
      * fix root mode bug on Makefile
      
      * Quick fix bug: nnictl port value error (#245)
      
      * fix port bug
      
      * Dev exp stop more (#221)
      
      * Exp stop refactor (#161)
      
      * Update RemoteMachineMode.md (#63)
      
      * Remove unused classes for SQuAD QA exampl...
      358efb26
    • SparkSnail's avatar
      support frameworkcontroller log (#572) · e6eb6eab
      SparkSnail authored
      support frameworkcontroller log
      e6eb6eab
    • Lijiao's avatar
      [WebUI] Fix issue#458 about final result as dict (#563) · f437107d
      Lijiao authored
      * [WebUI] Fix issue#458 about final result as dict
      
      * Fix comments
      
      * fix bug
      f437107d
    • fishyds's avatar
      Fix a race condidtion issue in trial_keeper for reading log from pipe (#578) · 95d19478
      fishyds authored
      * Fix a race condidtion issue in trial_keeper for reading log from pipe
      95d19478
    • Lee's avatar
      Fix some bugs in doc and log (#561) · 0a3cc459
      Lee authored
      * fix some bugs in doc and log
      
      * The learning rate focus more on validation sets accuracy than training sets accuracy.
      0a3cc459
    • SparkSnail's avatar
      Change WARNING to INFO (#574) · 6b8d3852
      SparkSnail authored
      change the warning level to info level when expand relative path
      add nnictl --version log
      update readme.md
      6b8d3852
  9. 07 Jan, 2019 1 commit
    • xuehui's avatar
      Add Metis Tuner (#534) · 816dd603
      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
      
      * add metis tuner code
      
      * 1. fix bug about import 2.update other sdk file
      
      * add auto-gbdt-example and remove unused code
      
      * add metis_tuner into README
      
      * update the README
      
      * update README | remove unused variable
      
      * fix typo
      
      * add sklearn into requirments
      
      * Update src/sdk/pynni/nni/metis_tuner/metis_tuner.py
      
      add default value in __init__
      Co-Authored-By: default avatarxuehui1991 <xuehui@microsoft.com>
      
      * Update docs/HowToChooseTuner.md
      Co-Authored-By: default avatarxuehui1991 <xuehui@microsoft.com>
      
      * Update docs/HowToChooseTuner.md
      Co-Authored-By: default avatarxuehui1991 <xuehui@microsoft.com>
      
      * fix typo | add more comments
      816dd603
  10. 06 Jan, 2019 3 commits
    • Zejun Lin's avatar
      fix permision deny (#567) · 573f23ce
      Zejun Lin authored
      573f23ce
    • Zejun Lin's avatar
      Make it feasible for annotation whether to add an extra line... · b7729f0a
      Zejun Lin authored
      Make it feasible for annotation whether to add an extra line "nni.get_next_parameter()" or not (#526)
      
      * 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
      
      * fix annotation for extra line
      
      * add deprecation warning
      b7729f0a
    • Zejun Lin's avatar
      To install the whole nni in an virtual environment (#538) · 1159c855
      Zejun Lin authored
      * support venv
      
      * adapt venv
      
      * adapt venv
      
      * adapt venv
      
      * adapt venv
      
      * new test
      
      * new test
      
      * new test
      
      * support venv
      
      * support venv
      
      * support venv
      
      * support venv
      
      * support venv
      
      * support venv
      
      * support venv
      
      * colorful output for mac
      
      * colorful output for mac
      
      * permission denied in /tmp
      
      * permission denied in /tmp
      
      * permission denied in /tmp
      
      * remove unused variable
      
      * final
      
      * remove build python
      1159c855
  11. 04 Jan, 2019 2 commits
  12. 03 Jan, 2019 4 commits
  13. 02 Jan, 2019 1 commit