"src/sdk/pynni/git@developer.sourcefind.cn:OpenDAS/nni.git" did not exist on "382e276151af8d4eba03d77e30e43bc251ea4b90"
  1. 26 Mar, 2019 2 commits
  2. 25 Mar, 2019 1 commit
  3. 23 Mar, 2019 1 commit
  4. 22 Mar, 2019 3 commits
  5. 21 Mar, 2019 2 commits
  6. 20 Mar, 2019 2 commits
  7. 15 Mar, 2019 1 commit
    • SparkSnail's avatar
      Support version check of nni (#807) · d0b22fc7
      SparkSnail authored
      check nni version in trialkeeper, to make sure the version of trialkeeper is consistent with trainingService
      add a debug mode in config file
      d0b22fc7
  8. 14 Mar, 2019 2 commits
    • 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
  9. 13 Mar, 2019 1 commit
  10. 12 Mar, 2019 1 commit
  11. 07 Mar, 2019 1 commit
  12. 06 Mar, 2019 1 commit
    • 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
  13. 05 Mar, 2019 4 commits
    • 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
    • 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
  14. 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
  15. 27 Feb, 2019 1 commit
  16. 26 Feb, 2019 2 commits
  17. 25 Feb, 2019 8 commits
  18. 22 Feb, 2019 1 commit
    • ShufanHuang's avatar
      Unified docstring (#753) · b2cdc30d
      ShufanHuang authored
      change Relative path to absolute path, unified docstring (include Hyperband), sdk_reference.rst
      b2cdc30d
  19. 18 Feb, 2019 3 commits
  20. 14 Feb, 2019 2 commits
    • xuehui's avatar
      Update for reference (#684) · 8896afa3
      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 for reference
      8896afa3
    • Yan Ni's avatar
      fix metis bug (#728) · 6f3a90eb
      Yan Ni authored
      6f3a90eb