1. 20 Nov, 2018 2 commits
    • The Gitter Badger's avatar
      Add Gitter badge (#376) · 76277dbd
      The Gitter Badger authored
      76277dbd
    • fishyds's avatar
      [Kubeflow Training Service] V1, merge from kubeflow branch to master branch (#382) · 806afeb6
      fishyds authored
      * Kubeflow TrainingService support, v1 (#373)
      
      1. Create new Training Service: kubeflow trainning service, use 'kubectl' and kubeflow tfjobs CRD to submit and manage jobs
      2. Update nni python SDK to support new kubeflow platform
      3. Update nni python SDK's get_sequende_id() implementation, read NNI_TRIAL_SEQ_ID env variable, instead of reading .nni/sequence_id file
      4. This version only supports Tensorflow operator. Will add more operators' support in future versions
      806afeb6
  2. 19 Nov, 2018 2 commits
  3. 16 Nov, 2018 2 commits
    • SparkSnail's avatar
      Fix nni stop (#368) · 8f716170
      SparkSnail authored
      Fix "nnictl stop"
      8f716170
    • Zejun Lin's avatar
      add gridsearch tuner (#364) · d6c07948
      Zejun Lin authored
      * add gridsearch tuner
      
      * add gridsearchtuner
      
      * add gridsearchtuner
      
      * add gridsearchtuner
      
      * update gridsearch tuner
      
      * update gridsearch tuner
      
      * update gridsearch tuner
      
      * update gridsearch tuner
      
      * update gridsearch tuner
      
      * update gridsearch tuner
      
      * update gridsearch tuner
      
      * update gridsearch and pylint
      d6c07948
  4. 15 Nov, 2018 1 commit
  5. 14 Nov, 2018 4 commits
  6. 13 Nov, 2018 5 commits
    • Scarlett Li's avatar
      Updated document for "write a trial" related fixes. (#351) · 9380e68c
      Scarlett Li authored
      - Updated document for "write a trial" related fixes per Quanlu's feedback;
      - Fix wrong links in Get started per Meng's feedback.
      9380e68c
    • SparkSnail's avatar
      Quick fix Docker (#363) · 183763ef
      SparkSnail authored
      Remove "RUN python3 -m pip --no-cache-dir install torch torchvision"
      183763ef
    • SparkSnail's avatar
      Add Pytorch and set sklearn version in Dockerfile (#346) · e3901253
      SparkSnail authored
      1.Set scikit-learn==0.20.0 in Dockerfile
      2.Update readme.md of dockerile
      3.Add PyTorch 0.4.1
      4.Add description for 'nnictl stop all'
      e3901253
    • gongwuji's avatar
      add PyTorch to Dockerfile (#362) · 7508c87d
      gongwuji authored
      * update local demo doc and configuration
      
      * change folder name
      
      * Update tutorial_1_CR_exp_local_api.md
      
      no need to have a new training file
      
      * Delete mnist_gpu.py
      
      no need to have a new training file
      
      * Update config_gpu.yml
      
      no need to have a new training file
      
      * add PyTorch to Dockerfile
      7508c87d
    • gongwuji's avatar
      update local demo doc and configuration (#344) · 95a8f93e
      gongwuji authored
      * update local demo doc and configuration
      
      * change folder name
      
      * Update tutorial_1_CR_exp_local_api.md
      
      no need to have a new training file
      
      * Delete mnist_gpu.py
      
      no need to have a new training file
      
      * Update config_gpu.yml
      
      no need to have a new training file
      95a8f93e
  7. 12 Nov, 2018 5 commits
    • QuanluZhang's avatar
      update makefile (#350) · b345da07
      QuanluZhang authored
      * update makefile
      
      * update launcher.py to fix the problem of finding main.js
      
      * remove duplicated lib
      b345da07
    • fishyds's avatar
      [PAI training service] Support running multiple PAI experiment (#348) · b1d4c129
      fishyds authored
      * Change base image from devel to runtime, to reduce docker image size
      
      * Support running multiple experiment for PAI
      
      * Fix a bug regarding to recuisively reference between paiRestServer and
      paiTrainingService
      b1d4c129
    • QuanluZhang's avatar
      update doc for docker image (#353) · 35e0832b
      QuanluZhang authored
      * update doc for docker image
      
      * update
      35e0832b
    • noklam's avatar
      Update nnictl.py (#347) · 48b91c45
      noklam authored
      * Update nnictl.py
      
      * modify help message for nnictl stop
      48b91c45
    • QuanluZhang's avatar
      Merge v0.3 2 (#352) · 54246db5
      QuanluZhang authored
      * Fix pypi package missing python module
      
      * Fix pypi package missing python module
      
      * fix bug in smartparam example (#322)
      
      * Fix nnictl update trialnum and document (#326)
      
      1.Fix restful server of update
      2.Update nnictl document of update
      3.Add tensorboard in docement
      
      * Update the version numbers from 0.3.2 to 0.3.3
      
      * Update examples (#331)
      
      * update mnist-annotation
      
      * fix mnist-annotation typo
      
      * update mnist example
      
      * update mnist-smartparam
      
      * update mnist-annotation
      
      * update mnist-smartparam
      
      * change learning rate
      
      * update mnist assessor maxTrialNum
      
      * update examples
      
      * update examples
      
      * update maxTrialNum
      
      * fix breaking path in config_assessor.yml
      
      * fix bug in nnimanager (#341)
      54246db5
  8. 10 Nov, 2018 1 commit
  9. 09 Nov, 2018 4 commits
  10. 08 Nov, 2018 1 commit
  11. 07 Nov, 2018 4 commits
    • QuanluZhang's avatar
      Merge v0.3 to master (#339) · 640e7bbf
      QuanluZhang authored
      * Fix pypi package missing python module
      
      * Fix pypi package missing python module
      
      * fix bug in smartparam example (#322)
      
      * Fix nnictl update trialnum and document (#326)
      
      1.Fix restful server of update
      2.Update nnictl document of update
      3.Add tensorboard in docement
      
      * Update the version numbers from 0.3.2 to 0.3.3
      
      * Update examples (#331)
      
      * update mnist-annotation
      
      * fix mnist-annotation typo
      
      * update mnist example
      
      * update mnist-smartparam
      
      * update mnist-annotation
      
      * update mnist-smartparam
      
      * change learning rate
      
      * update mnist assessor maxTrialNum
      
      * update examples
      
      * update examples
      
      * update maxTrialNum
      
      * fix breaking path in config_assessor.yml
      640e7bbf
    • Lijiao's avatar
      Add download button (#332) · a87517cf
      Lijiao authored
      a87517cf
    • Scarlett Li's avatar
      Fix contributing doc problems (#335) · 8f7dfc88
      Scarlett Li authored
      broken link
      wrong step
      refine wording
      8f7dfc88
    • chicm-ms's avatar
      Merge v0.3 into master (#337) · 370feb7f
      chicm-ms authored
      * Fix pypi package missing python module
      
      * Fix pypi package missing python module
      
      * fix bug in smartparam example (#322)
      
      * Fix nnictl update trialnum and document (#326)
      
      1.Fix restful server of update
      2.Update nnictl document of update
      3.Add tensorboard in docement
      
      * Update the version numbers from 0.3.2 to 0.3.3
      370feb7f
  12. 05 Nov, 2018 6 commits
  13. 02 Nov, 2018 3 commits
    • QuanluZhang's avatar
      update (#320) · 5a2721be
      QuanluZhang authored
      * update
      
      * fix ga_squad config
      5a2721be
    • Scarlett Li's avatar
      Document updates for v0.3 (#318) · 6963b07b
      Scarlett Li authored
      * refactor doc
      
      * update with Mao's suggestions
      
      * Set theme jekyll-theme-dinky
      
      * update doc
      
      * fix links
      
      * fix links
      
      * fix links
      
      * merge
      
      * fix links and doc errors
      
      * merge
      
      * merge
      
      * merge
      
      * merge
      
      * Quick fix nnictl config logic (#289)
      
      * fix nnictl bug
      
      * fix install.sh
      
      * add desc for Dockerfile.build.base
      
      * update document for Dockerfile
      
      * update
      
      * refactor port detect
      
      * update
      
      * refactor NNICTLDOC.md
      
      * add document for pai and nnictl
      
      * add default value for port
      
      * add exception handling in trial_keeper.py
      
      * fix port bug
      
      * fix resume
      
      * fix nnictl resume and fix nnictl stop
      
      * fix document
      
      * update
      
      * refactor nnictl
      
      * update
      
      * update doc
      
      * update
      
      * update nnictl
      
      * fix comment
      
      * revert dockerfile
      
      * update
      
      * update
      
      * update
      
      * fix nnictl error hit
      
      * fix comments
      
      * fix bash-completion
      
      * fix paramiko install
      
      * quick fix resume logic
      
      * update
      
      * quick fix nnictl
      
      * merge
      
      * updated the "Contribute" part (merged Gems' wiki in, updated ReadMe)
      
      * fix link
      
      * revise the installation cmd to v0.2
      
      * revise to install v0.2
      
      * Update nnictl_utils.py
      
      * Update nnictl_utils.py
      
      * Update nnictl_utils.py
      
      * Update documentation for v0.3
      6963b07b
    • Lijiao's avatar
      Fix bug of default metric for v0.3 (#304) · bb5534ca
      Lijiao authored
      * Fix bug of Default Metric and modifiy trials detail style
      
      * update
      bb5534ca