1. 22 Nov, 2018 5 commits
  2. 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
  3. 19 Nov, 2018 2 commits
  4. 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
  5. 15 Nov, 2018 1 commit
  6. 14 Nov, 2018 4 commits
  7. 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
  8. 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
  9. 10 Nov, 2018 1 commit
  10. 09 Nov, 2018 4 commits
  11. 08 Nov, 2018 1 commit
  12. 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
  13. 05 Nov, 2018 4 commits