1. 14 Mar, 2019 3 commits
    • SparkSnail's avatar
      Add docker document for NNI (#821) · cc438e14
      SparkSnail authored
      cc438e14
    • Lijiao's avatar
      Support intermediate is dict (#835) · 4574dcca
      Lijiao authored
      Support intermediate is dict
      4574dcca
    • SparkSnail's avatar
      Fix ssh connection error (#829) · de9e2842
      SparkSnail authored
      SSH client has a max number of open channels for a connection, if we set the number of trialCurrency too big, our ssh client will exec command using ssh frequently, then we will meet the error of Error: (SSH) Channel open failure: open failed.
      Refactor the code, set one connection has a max trial concurrency, when the number of trial reach the ssh connection restriction, will create a new ssh connection to exec trial commands.
      de9e2842
  2. 13 Mar, 2019 2 commits
  3. 12 Mar, 2019 3 commits
  4. 11 Mar, 2019 1 commit
  5. 07 Mar, 2019 1 commit
  6. 06 Mar, 2019 5 commits
    • Chris Auld's avatar
      Typo (#817) · f10c3311
      Chris Auld authored
      f10c3311
    • Chi Song's avatar
      Chinese updates (#791) · cd87a95a
      Chi Song authored
      cd87a95a
    • SparkSnail's avatar
      Change trialConcurrency of multi_phase example in integration test (#816) · 998a8871
      SparkSnail authored
      * fix remote bug
      
      * add document
      
      * add document
      
      * update
      
      * update
      
      * update
      
      * update
      
      * fix remote issue
      
      * fix forEach
      
      * update doc according to comments
      
      * update
      
      * update
      
      * update
      
      * remove 'any more'
      
      * change multi_phast trial concurrency
      998a8871
    • Lee's avatar
      Fix tensorflow MNIST dataset download bug in multiple trials (#815) · 2b4a7d1f
      Lee authored
      * Fix tensorflow MNIST dataset download bug in multiple trials
      
      * Modify the maxTrialNum and trialConcurrency in config
      2b4a7d1f
    • Lee's avatar
      Fix NoneType object bug in Metis (#814) · 2fa77bcc
      Lee authored
      * add different tuner config files for config_test
      
      * change MetisTuner config test due to no lightgbm python module in integration test
      
      * install smac package in azure-pipelines
      
      * SMAC need swig to be installed
      
      * Try to install swig from source code
      
      * remove SMAC test because the dependency can not be installed
      
      * use sudo to install the swig
      
      * sleep 10s to make sure the port has been released
      
      * remove tuner test for networkmorphism because it uses more than 30s to release the tcp port
      
      * word "down" to "done"
      
      * add config test for Curvefitting assessor
      
      * change file name
      
      * Fix data type not match bug
      
      * Optimize MetisTunner
      
      * pretty the code
      
      * Follow the review comment
      
      * add exploration probability
      
      * Avoid None type object generating
      2fa77bcc
  7. 05 Mar, 2019 8 commits
    • chicm-ms's avatar
      0.5.2 release note (#805) · 9624f752
      chicm-ms authored
      * 0.5.2 release note
      9624f752
    • xuehui's avatar
      fix bug in cold start (#803) · 96728c64
      xuehui authored
      * fix bug in cold start
      
      * remove unused comment
      96728c64
    • ShufanHuang's avatar
      Fix bug in Curvefitting Assessor (#798) · e051fae0
      ShufanHuang authored
      Fix bug in Curvefitting Assessor
      e051fae0
    • chicm-ms's avatar
      Update build pipeline (#792) · 8353c1d3
      chicm-ms authored
      * Add build_version input for build pipeline
      * Change time stamp to UTC time
      8353c1d3
    • chicm-ms's avatar
      Update it pipeline (#794) · e225b9ab
      chicm-ms authored
      1. Change timestamp to UTC time
      2. Use configurable docker hub account to upload integration test docker image
      e225b9ab
    • Zejun Lin's avatar
      Add package_data in setup.py (#795) · 00b03d2e
      Zejun Lin authored
      add package requirement data in setup.py
      00b03d2e
    • Lijiao's avatar
      [WebUI] default metrc -> default metric (#790) · bf72b298
      Lijiao authored
      bf72b298
    • Lee's avatar
      Optimize MetisTuner (#811) · 1b4bcdba
      Lee authored
      * add different tuner config files for config_test
      
      * change MetisTuner config test due to no lightgbm python module in integration test
      
      * install smac package in azure-pipelines
      
      * SMAC need swig to be installed
      
      * Try to install swig from source code
      
      * remove SMAC test because the dependency can not be installed
      
      * use sudo to install the swig
      
      * sleep 10s to make sure the port has been released
      
      * remove tuner test for networkmorphism because it uses more than 30s to release the tcp port
      
      * word "down" to "done"
      
      * add config test for Curvefitting assessor
      
      * change file name
      
      * Fix data type not match bug
      
      * Optimize MetisTunner
      
      * pretty the code
      
      * Follow the review comment
      
      * add exploration probability
      1b4bcdba
  8. 04 Mar, 2019 2 commits
  9. 03 Mar, 2019 1 commit
    • xuehui's avatar
      Fix cold start bug (#800) · 74fd4a52
      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
      
      * quickly fix bug in cold start
      74fd4a52
  10. 28 Feb, 2019 2 commits
  11. 27 Feb, 2019 3 commits
  12. 26 Feb, 2019 3 commits
  13. 25 Feb, 2019 6 commits