1. 20 Jun, 2019 1 commit
  2. 03 Jun, 2019 3 commits
    • QuanluZhang's avatar
      a simple debug tool for general nas programming interface (#1147) · cae70729
      QuanluZhang authored
      
      
      * Dev nas interface -- document (#1049)
      
      * nas interface doc
      
      * Dev nas compile -- code generator (#1067)
      
      * finish code for parsing mutable_layers annotation and testcode
      
      * Dev nas interface -- update figures (#1070)
      
       update figs
      
      * update searchspace_generator (#1071)
      
      * GeneralNasInterfaces.md: Fix a typo (#1079)
      Signed-off-by: default avatarCe Gao <gaoce@caicloud.io>
      
      * add NAS example and fix bugs (#1083)
      
      update searchspace_generator, add example, update NAS example
      
      * fix bugs (#1108)
      
      * nas example
      
      * fix bugs
      
      * remove
      
      * update
      
      * debug
      
      * fix bug
      
      * remove previous mnist.py
      
      * rename
      
      * code gen for specific trial
      
      * fix conflict
      
      * remove print
      
      * add print warning
      
      * update doc
      
      * update doc
      
      * update doc
      
      * remove comment
      
      * update doc
      
      * remove unnecessary global
      cae70729
    • SparkSnail's avatar
      Fix nnictl command line (#1146) · 946cb543
      SparkSnail authored
      946cb543
    • QuanluZhang's avatar
      add nas example using general nas programming interface (#1130) · a8233663
      QuanluZhang authored
      update searchspace_generator, add example, update NAS example
      a8233663
  3. 30 May, 2019 2 commits
  4. 28 May, 2019 4 commits
  5. 27 May, 2019 4 commits
  6. 22 May, 2019 1 commit
  7. 15 May, 2019 2 commits
  8. 28 Apr, 2019 1 commit
  9. 24 Apr, 2019 3 commits
  10. 22 Apr, 2019 1 commit
  11. 19 Apr, 2019 4 commits
  12. 18 Apr, 2019 1 commit
  13. 12 Apr, 2019 1 commit
  14. 10 Apr, 2019 1 commit
  15. 09 Apr, 2019 1 commit
    • Yan Ni's avatar
      export trial status to csv (#905) · 3beaa3fd
      Yan Ni authored
      * export to csv core code done
      
      * add nnictl trail export
      
      * fix bug
      
      * add dependency for pandas
      
      * remove pandas from dependency
      
      * add multi phase support
      
      * add document
      3beaa3fd
  16. 29 Mar, 2019 1 commit
  17. 27 Mar, 2019 2 commits
    • xuehui's avatar
      Fix Issue #903 (#916) · bfd99ad5
      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
      
      * fix issue: #902, random parameter
      
      * update doc about random
      
      * change Random tuner test
      
      * update metric_test for Random tuner
      
      * update random config in test
      
      * update Evolution_SQuAD doc
      bfd99ad5
    • SparkSnail's avatar
      21b48d29
  18. 26 Mar, 2019 1 commit
    • 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
  19. 22 Mar, 2019 3 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
  20. 21 Mar, 2019 1 commit
  21. 20 Mar, 2019 1 commit
  22. 18 Mar, 2019 1 commit