1. 07 Apr, 2019 2 commits
    • Lee's avatar
      Add NASComparison.md for ResearchBlog (#948) · 37a984a9
      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
      
      * fix nnictl log trial bug
      
      * rollback chinese doc
      
      * add argument 'experiment' to parser_log_trial and parser_trial_kill
      
      * update doc
      
      * add NASComparison for ResearchBlog
      
      * Fix format of table
      
      * update doc and add index to toctree
      
      * Update NASComparison.md
      
      Slightly change.
      
      * Update NASComparison.md
      
      Add http links in toctree
      
      * Move ResearchBlog to bottom
      
      move ResearchBlog to bottom
      
      * Follow the review comments
      
      * rename the folder name to Blog
      
      * Add Author
      
      * Update index.rst
      
      * Update index.rst
      37a984a9
    • 杨明亮's avatar
      copy parameters to clipboard in form of python dict. (#908) · 5e178524
      杨明亮 authored
      * copy parameters in form of python dict.
      
      * remove irrelevant files
      
      * better ui and ux
      
      * better ui
      5e178524
  2. 03 Apr, 2019 5 commits
  3. 02 Apr, 2019 2 commits
    • Lee's avatar
      Fix for MetisTuner (#935) · 34950963
      Lee authored
      * Fix Metis bug
      
      remove unexpected logger
      
      * Increase 'alpha' parameter
      
      Increase 'alpha' parameter of your GaussianProcessRegressor to make sure a positive definite matrix
      
      * Increase 'alpha' parameter
      
      Increase 'alpha' parameter of your GaussianProcessRegressor to make sure a positive definite matrix
      
      * Increase the probability from 0.1 to 0.9
      
      Increase the probability from 0.1 to 0.9 to select from next config
      
      * Update metis_tuner.py
      
      Use local name instead of global name
      34950963
    • SparkSnail's avatar
  4. 01 Apr, 2019 6 commits
  5. 29 Mar, 2019 1 commit
  6. 27 Mar, 2019 4 commits
  7. 26 Mar, 2019 5 commits
    • Lijiao's avatar
      [WebUI] Default metric is latest or final result, !local, show trial log... · 0330333c
      Lijiao authored
      [WebUI] Default metric is latest or final result, !local, show trial log hyperlink or address (#913)
      
      * Add intermediate column
      
      * update
      
      * show trial log link or address
      
      * fix some comments
      
      * update
      0330333c
    • xuehui's avatar
      Update trial configs (#918) · 4baa4c9e
      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
      
      * add metis as config choice
      4baa4c9e
    • SparkSnail's avatar
      Fix localTrainingService stream (#885) · bd346816
      SparkSnail authored
      bd346816
    • Chi Song's avatar
      fix some document formatting and typo. (#912) · 892c9c4d
      Chi Song authored
      892c9c4d
    • Lee's avatar
      Change the behavior of `nnictl log trial [--trialid TRIALID] [id]` (#900) · 36401157
      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
      
      * fix nnictl log trial bug
      
      * rollback chinese doc
      
      * add argument 'experiment' to parser_log_trial and parser_trial_kill
      
      * update doc
      36401157
  8. 25 Mar, 2019 2 commits
  9. 23 Mar, 2019 1 commit
  10. 22 Mar, 2019 5 commits
    • chicm-ms's avatar
      Route tuner and assessor commands to 2 seperate queues (#891) · 63697ec5
      chicm-ms authored
      1. Route tuner and assessor commands to 2 seperate queues  issue #841
      2. Allow tuner to leverage intermediate result when trial is early stopped.  issue #843
      63697ec5
    • SparkSnail's avatar
      Support remoteLoggingType (#901) · c297650a
      SparkSnail authored
      If user set remoteloggingType in config file, log content will not be transmitted from trialkeeper
      c297650a
    • SparkSnail's avatar
      Fix version check (#906) · d10b8bca
      SparkSnail authored
      There is one kind of version string like 'v0.5.2-gews11f', it is generated by installing from source code.
      In current trialKeeper, use exact version match, and this version string will cause code break in msranni/nni image, because our offical image use clean number version.
      Change the logic to fuzzy match, only match the main number of nni.
      d10b8bca
    • SparkSnail's avatar
      Document for "How to Implement TrainingService in NNI" (#856) · e42137a8
      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'
      
      * init
      
      * add overview
      
      * add picture
      
      * add trialkeeper.jpb
      
      * first version
      
      * update
      
      * add reference in Reference.rst
      
      * update doc according to comments
      
      * update doc according to comments
      
      * fix comments
      e42137a8
    • Lijiao's avatar
      [WebUI] Add intermediate result and optimize hyper-parameter graph (#892) · 70695fe0
      Lijiao authored
      * [WebUI] Add intermediate result and optimize hyper-parameter graph
      
      * update
      
      * fix comment
      70695fe0
  11. 21 Mar, 2019 3 commits
  12. 20 Mar, 2019 3 commits
  13. 18 Mar, 2019 1 commit