"examples/vision/vscode:/vscode.git/clone" did not exist on "72011beb610123c0860b8f4f2cfdf78ae95f5b54"
  1. 22 Jun, 2020 1 commit
  2. 12 Jun, 2020 1 commit
  3. 06 May, 2020 1 commit
  4. 02 Mar, 2020 1 commit
    • George Cheng's avatar
      DLTS integration (#1945) · 134368fa
      George Cheng authored
      
      
      * skeleton of dlts training service (#1844)
      
      * Hello, DLTS!
      
      * Revert version
      
      * Remove fs-extra
      
      * Add some default cluster config
      
      * schema
      
      * fix
      
      * Optional cluster (default to `.default`)
      
      Depends on DLWorkspace#837
      
      * fix
      
      * fix
      
      * optimize gpu type
      
      * No more copy
      
      * Format
      
      * Code clean up
      
      * Issue fix
      
      * Add optional fields in config
      
      * Issue fix
      
      * Lint
      
      * Lint
      
      * Validate email, password and team
      
      * Doc
      
      * Doc fix
      
      * Set TMPDIR
      
      * Use metadata instead of gpu_capacity
      
      * Cancel paused DLTS job
      
      * workaround lint rules
      
      * pylint
      
      * doc
      Co-authored-by: default avatarQuanluZhang <z.quanluzhang@gmail.com>
      134368fa
  5. 09 Feb, 2020 1 commit
  6. 07 Feb, 2020 1 commit
  7. 23 Dec, 2019 2 commits
  8. 25 Nov, 2019 1 commit
  9. 04 Nov, 2019 1 commit
  10. 31 Oct, 2019 1 commit
  11. 22 Aug, 2019 1 commit
  12. 14 Aug, 2019 1 commit
  13. 13 Aug, 2019 1 commit
  14. 30 Jul, 2019 1 commit
  15. 19 Jun, 2019 1 commit
  16. 19 Apr, 2019 1 commit
  17. 20 Mar, 2019 1 commit
  18. 25 Feb, 2019 1 commit
  19. 18 Jan, 2019 1 commit
  20. 08 Jan, 2019 1 commit
  21. 25 Dec, 2018 1 commit
    • SparkSnail's avatar
      support frameworkcontroller training service (#484) · 36dbc0fe
      SparkSnail authored
      Add frameworkcontroller training service based on kubeflow training service.
      Refactor code structure, add kubernetes training service as father class, and set kubeflow training service and frameworkcontroller training service as child class.
      36dbc0fe
  22. 13 Dec, 2018 2 commits
    • fishyds's avatar
      [Kubeflow training service] Use Kubernete API server to replace kubectl dependency (#472) · d8e55165
      fishyds authored
      [Kubeflow training service] Use Kubernete API server to replace kubectl dependency
      d8e55165
    • Lee's avatar
      Dev networkmorphism (#413) · e31839cc
      Lee authored
      * Quick fix nnictl config logic (#289)
      
      * fix nnictl bug
      
      * fix install.sh
      
      * add desc for Dockerfile.build.base
      
      * update document for Dockerfile
      
      * update
      
      * refactor port detect
      
      * update
      
      * refactor NNICTLDOC.md
      
      * add document for pai and nnictl
      
      * add default value for port
      
      * add exception handling in trial_keeper.py
      
      * fix port bug
      
      * fix resume
      
      * fix nnictl resume and fix nnictl stop
      
      * fix document
      
      * update
      
      * refactor nnictl
      
      * update
      
      * update doc
      
      * update
      
      * update nnictl
      
      * fix comment
      
      * revert dockerfile
      
      * update
      
      * update
      
      * update
      
      * fix nnictl error hit
      
      * fix comments
      
      * fix bash-completion
      
      * fix paramiko install
      
      * quick fix resume logic
      
      * update
      
      * quick fix nnictl
      
      * PR merge to 0.3 (#297)
      
      * refactor doc
      
      * update with Mao's suggestions
      
      * Set theme jekyll-theme-dinky
      
      * update doc
      
      * fix links
      
      * fix links
      
      * fix links
      
      * merge
      
      * fix links and doc errors
      
      * merge
      
      * merge
      
      * merge
      
      * merge
      
      * Update README.md (#288)
      
      added License badge
      
      * merge
      
      * updated the "Contribute" part (merged Gems' wiki in, updated ReadMe)
      
      * fix link
      
      * fix doc mistakes and broken links. (#271)
      
      * refactor doc
      
      * update with Mao's suggestions
      
      * Set theme jekyll-theme-dinky
      
      * updated the "Contribute" part (merged Gems' wiki in, updated ReadMe)
      
      * fix link
      
      * Update README.md
      
      * Fix misspelling in examples/trials/ga_squad/README.md
      
      * revise the installation cmd to v0.2
      
      * revise to install v0.2
      
      * remove enas readme (#292)
      
      * Fix datastore performance issue (#301)
      
      * Fix nnictl in v0.3 (#299)
      
      Fix old version of config file
      fix sklearn requirements
      Fix resume log logic
      
      * add basic tuner and trial for network morphism
      
      * Complete basic receive_trial_result() and generate_parameters(). Use onnx  as the intermediate representation ( But it cannot convert to pytorch model )
      
      * add tensorflow cifar10 for network morphism
      
      * add unit test for tuner and its function
      
      * use temporary torch_model
      
      * fix request bug and program can communicate nni
      
      * add basic pickle support for graph and train successful in pytorch
      
      * Update unittest for networkmorphism_tuner
      
      * Network Morphism add multi-gpu trial training support
      
      * Format code with black tool
      
      * change intermediate representation from pickle file to json we defined
      
      * successfully pass the unittest for test_graph_json_transform
      
      * add README for network morphism and it works fine in both Pytorch and Keras.
      
      * separate the original Readme.md in network-morphism into two parts (tuner and trial)
      
      * change the openpai image path
      
      * beautify the file structure of network_morphism and add a fashion_mnist keras example
      
      * pretty the source and add some docstring for funtion in order to pass the pylint.
      
      * remove unused module import and add some docstring
      
      * add some details for the application scenario Network Morphism Tuner
      
      * follow the advice and modify the doc file
      
      * add the config file for each task in the examples trial of network morphism
      
      * change default python interpreter from python to python3
      e31839cc
  23. 07 Dec, 2018 1 commit
  24. 05 Dec, 2018 1 commit
    • SparkSnail's avatar
      Update document v0.4 (#437) · 7fc1c51c
      SparkSnail authored
      move nnictl folder
      delete kubernetsServer in nnictl
      refactor aks document
      add warning information to expand relative path
      update experiment status when the experiment crashed.
      7fc1c51c
  25. 30 Nov, 2018 1 commit
    • QuanluZhang's avatar
      Dev hyperband (#405) · a3872505
      QuanluZhang authored
      * support hyperband
      
      * add example for hyperband
      
      * register Hyperband in tuner
      
      * after debug
      
      * update doc
      
      * trivial change
      
      * update spec validation of yaml config
      
      * modify nnictl launcher
      
      * modify nnimanager and util to support advisor
      
      * Quick fix nnictl config logic (#289)
      
      * fix nnictl bug
      
      * fix install.sh
      
      * add desc for Dockerfile.build.base
      
      * update document for Dockerfile
      
      * update
      
      * refactor port detect
      
      * update
      
      * refactor NNICTLDOC.md
      
      * add document for pai and nnictl
      
      * add default value for port
      
      * add exception handling in trial_keeper.py
      
      * fix port bug
      
      * fix resume
      
      * fix nnictl resume and fix nnictl stop
      
      * fix document
      
      * update
      
      * refactor nnictl
      
      * update
      
      * update doc
      
      * update
      
      * update nnictl
      
      * fix comment
      
      * revert dockerfile
      
      * update
      
      * update
      
      * update
      
      * fix nnictl error hit
      
      * fix comments
      
      * fix bash-completion
      
      * fix paramiko install
      
      * quick fix resume logic
      
      * update
      
      * quick fix nnictl
      
      * refactor sdk main
      
      * update unit test accordingly
      
      * update example's config file
      
      * update restserver validation
      
      * PR merge to 0.3 (#297)
      
      * refactor doc
      
      * update with Mao's suggestions
      
      * Set theme jekyll-theme-dinky
      
      * update doc
      
      * fix links
      
      * fix links
      
      * fix links
      
      * merge
      
      * fix links and doc errors
      
      * merge
      
      * merge
      
      * merge
      
      * merge
      
      * Update README.md (#288)
      
      added License badge
      
      * merge
      
      * updated the "Contribute" part (merged Gems' wiki in, updated ReadMe)
      
      * fix link
      
      * fix doc mistakes and broken links. (#271)
      
      * refactor doc
      
      * update with Mao's suggestions
      
      * Set theme jekyll-theme-dinky
      
      * updated the "Contribute" part (merged Gems' wiki in, updated ReadMe)
      
      * fix link
      
      * Update README.md
      
      * Fix misspelling in examples/trials/ga_squad/README.md
      
      * revise the installation cmd to v0.2
      
      * revise to install v0.2
      
      * remove files
      
      * update
      
      * remove enas readme (#292)
      
      * support checkpoint directory
      
      * Fix datastore performance issue (#301)
      
      * fix pylint
      
      * Fix nnictl in v0.3 (#299)
      
      Fix old version of config file
      fix sklearn requirements
      Fix resume log logic
      
      * modify log
      
      * trivial changes
      
      * update example
      
      * update makefile
      
      * update launcher.py to fix the problem of finding main.js
      
      * debug
      
      * add hyperparameter info into trial_end api
      
      * fix bug and update example
      
      * fix error induced by merge
      
      * support initialize
      
      * add doc for hyperband
      
      * fix bugs and add config_pai
      
      * fix bugs and add config_pai
      
      * fix bugs and add config_pai
      
      * fix bugs and add config_pai
      
      * update doc
      
      * add doc for advisor
      
      * fit
      
      * modification based on hui's comments
      
      * update doc
      a3872505
  26. 29 Nov, 2018 1 commit
  27. 20 Nov, 2018 1 commit
    • 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
  28. 09 Nov, 2018 1 commit
  29. 05 Nov, 2018 1 commit
  30. 17 Oct, 2018 1 commit
    • SparkSnail's avatar
      add document for nnictl (#230) · ad88e3a3
      SparkSnail authored
      * fix nnictl bug
      
      * fix install.sh
      
      * add desc for Dockerfile.build.base
      
      * update document for Dockerfile
      
      * update
      
      * refactor port detect
      
      * update
      
      * refactor NNICTLDOC.md
      
      * add document for pai and nnictl
      
      * add default value for port
      ad88e3a3
  31. 27 Sep, 2018 1 commit
    • fishyds's avatar
      PAI Training Service implementation (#128) · d3506e34
      fishyds authored
      * PAI Training service implementation
      **1. Implement PAITrainingService
      **2. Add trial-keeper python module, and modify setup.py to install the module
      **3. Add PAItrainingService rest server to collect metrics from PAI container.
      d3506e34
  32. 25 Sep, 2018 2 commits
    • QuanluZhang's avatar
      Dev smac (#116) · ff390b4d
      QuanluZhang authored
      * support package install (#91)
      
      * fix nnictl bug
      
      * support package install
      
      * update
      
      * update package install logic
      
      * Fix package install issue (#95)
      
      * fix nnictl bug
      
      * fix pakcage install
      
      * support SMAC as a tuner on nni (#81)
      
      * update doc
      
      * update doc
      
      * update doc
      
      * update hyperopt installation
      
      * update doc
      
      * update doc
      
      * update description in setup.py
      
      * update setup.py
      
      * modify encoding
      
      * encoding
      
      * add encoding
      
      * remove pymc3
      
      * update doc
      
      * update builtin tuner spec
      
      * support smac in sdk, fix logging issue
      
      * support smac tuner
      
      * add optimize_mode
      
      * update config in nnictl
      
      * add __init__.py
      
      * update smac
      
      * update import path
      
      * update setup.py: remove entry_point
      
      * update rest server validation
      
      * fix bug in nnictl launcher
      
      * support classArgs: optimize_mode
      
      * quick fix bug
      
      * test travis
      
      * add dependency
      
      * add dependency
      
      * add dependency
      
      * add dependency
      
      * create smac python package
      
      * fix trivial points
      
      * optimize import of tuners, modify nnictl accordingly
      
      * fix bug: incorrect algorithm_name
      
      * trivial refactor
      
      * for debug
      
      * support virtual
      
      * update doc of SMAC
      
      * update smac requirements
      
      * update requirements
      
      * change debug mode
      
      * update doc
      
      * update doc
      
      * refactor based on comments
      
      * fix comments
      ff390b4d
    • SparkSnail's avatar
      Fix install.sh add add trial log path (#109) · 781613df
      SparkSnail authored
      * fix nnictl bug
      
      * fix nnictl create bug
      
      * add experiment status logic
      
      * add more information for nnictl
      
      * fix Evolution Tuner bug
      
      * refactor code
      
      * fix code in updater.py
      
      * fix nnictl --help
      
      * fix classArgs bug
      
      * update check response.status_code logic
      
      * show trial log path
      
      * update document
      
      * fix install.sh
      
      * set default vallue for maxTrialNum and maxExecDuration
      
      * fix nnictl
      781613df
  33. 19 Sep, 2018 1 commit
    • SparkSnail's avatar
      Fix nnictl bugs and add new feature (#75) · cdee9c36
      SparkSnail authored
      * fix nnictl bug
      
      * fix nnictl create bug
      
      * add experiment status logic
      
      * add more information for nnictl
      
      * fix Evolution Tuner bug
      
      * refactor code
      
      * fix code in updater.py
      
      * fix nnictl --help
      
      * fix classArgs bug
      
      * update check response.status_code logic
      cdee9c36
  34. 14 Sep, 2018 3 commits
  35. 07 Sep, 2018 1 commit