- 20 Jan, 2021 1 commit
-
-
dependabot[bot] authored
Bumps [axios](https://github.com/axios/axios) from 0.19.2 to 0.21.1. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v0.21.1/CHANGELOG.md) - [Commits](https://github.com/axios/axios/compare/v0.19.2...v0.21.1 ) Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
- 05 Jan, 2021 1 commit
-
-
liuzhe-lz authored
-
- 14 Dec, 2020 1 commit
-
-
Lijiaoa authored
* first update * add click event * add manager exp nav * first demo, fix some comments * use api to dev * refactor code * fix lint * fix test met issue and adjust column width * add /experiments-info error status * no declare platform list, get this from api result filter * fix compare tooltip issue * fix tooltip location * fix some comments * delete datestring * fix clickable style and clickable column ID rather than name Co-authored-by:Lijiao <Lijiaoa@outlook.com>
-
- 11 Dec, 2020 1 commit
-
-
liuzhe-lz authored
-
- 07 Dec, 2020 1 commit
-
-
Lijiaoa authored
Co-authored-by:Lijiao <Lijiaoa@outlook.com>
-
- 19 Oct, 2020 1 commit
-
-
liuzhe-lz authored
-
- 12 Oct, 2020 1 commit
-
-
Lijiaoa authored
-
- 09 Oct, 2020 1 commit
-
-
liuzhe-lz authored
-
- 19 Sep, 2020 1 commit
-
-
dependabot[bot] authored
-
- 18 Sep, 2020 1 commit
-
-
Lijiaoa authored
* update * format as prettier * fix error * add stylelint for scss css file * add arrow-parens rule * update * fix lint * fix conflict Co-authored-by:
Lijiao <15910218274@163.com> Co-authored-by:
Lijiao <Lijiaoa@outlook.com> Co-authored-by:
Lijiao <1425861283@qq.com>
-
- 17 Sep, 2020 1 commit
-
-
Lijiaoa authored
-
- 31 Jul, 2020 1 commit
-
-
colorjam authored
-
- 24 Jul, 2020 2 commits
-
-
dependabot[bot] authored
Bumps [npm](https://github.com/npm/cli) from 6.14.4 to 6.14.7. - [Release notes](https://github.com/npm/cli/releases) - [Changelog](https://github.com/npm/cli/blob/latest/CHANGELOG.md) - [Commits](https://github.com/npm/cli/compare/v6.14.4...v6.14.7 ) Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
Yuge Zhang authored
-
- 15 Jun, 2020 1 commit
-
-
dependabot[bot] authored
-
- 18 May, 2020 1 commit
-
-
liuzhe-lz authored
-
- 26 Apr, 2020 1 commit
-
-
Chi Song authored
Add shell support for ssh connection, so that remote script can be started with user environment. Minor fixes, 1. Fix gpu_metrics_collector to support pyenv. As pyenv will create one more process, so that original pgrep code always got extra processes, and cannot start gpu_metrics_collector. 2. Fix NASUI failure on dev-install-node-modules, to create subfolder every time. 3. Fix MakeFile to reduce mis-created links, and other minor issues. 4. Add node --watch for nni_manager for better dev experience.
-
- 01 Apr, 2020 1 commit
-
-
liuzhe-lz authored
-
- 27 Mar, 2020 1 commit
-
-
dependabot[bot] authored
Bumps [acorn](https://github.com/acornjs/acorn) from 6.4.0 to 6.4.1. - [Release notes](https://github.com/acornjs/acorn/releases) - [Commits](https://github.com/acornjs/acorn/compare/6.4.0...6.4.1 ) Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
- 20 Mar, 2020 1 commit
-
-
liuzhe-lz authored
-
- 10 Feb, 2020 1 commit
-
-
Lijiao authored
-
- 15 Jan, 2020 1 commit
-
-
chicm-ms authored
-
- 17 Dec, 2019 1 commit
-
-
chicm-ms authored
* enable webui eslint * enable react eslint plugin
-
- 09 Dec, 2019 1 commit
-
-
chicm-ms authored
-
- 25 Nov, 2019 1 commit
-
-
Lijiao authored
* add dataZoom for graph * fix comments- datazoom Y * fix bug of val bold * update yarn.lock
-
- 07 Aug, 2019 2 commits
- 02 Aug, 2019 1 commit
-
-
liuzhe-lz authored
-
- 19 Jul, 2019 1 commit
-
-
chicm-ms authored
* upgrade version of nni dependencies
-
- 10 Jul, 2019 1 commit
-
-
chicm-ms authored
-
- 25 Jun, 2019 3 commits
- 24 Jun, 2019 1 commit
-
-
suiguoxin authored
-
- 20 Jun, 2019 1 commit
-
-
suiguoxin authored
-
- 01 Nov, 2018 1 commit
-
-
Lijiao authored
-
- 29 Sep, 2018 2 commits
-
-
fishyds authored
* webui logpath and document (#135) * Add webui document and logpath as a href * fix tslint * fix comments by Chengmin * Pai training service bug fix and enhancement (#136) * Add NNI installation scripts * Update pai script, update NNI_out_dir * Update NNI dir in nni sdk local.py * Create .nni folder in nni sdk local.py * Add check before creating .nni folder * Fix typo for PAI_INSTALL_NNI_SHELL_FORMAT * Improve annotation (#138) * Improve annotation * Minor bugfix * Selectively install through pip (#139) Selectively install through pip * update setup.py * fix paiTrainingService bugs (#137) * fix nnictl bug * add hdfs host validation * fix bugs * fix dockerfile * fix install.sh * update install.sh * fix dockerfile * Set timeout for HDFSUtility exists function * remove unused TODO * fix sdk * add optional for outputDir and dataDir * refactor dockerfile.base * Remove unused import in hdfsclientUtility * Add documentation for NNI PAI mode experiment (#141) * Add documentation for NNI PAI mode * Fix typo based on PR comments * Exit with subprocess return code of trial keeper * Remove additional exit code * Fix typo based on PR comments * update doc for smac tuner (#140) * Revert "Selectively install through pip (#139)" due to potential pip install issue (#142) * Revert "Selectively install through pip (#139)" This reverts commit 1d174836. * Add exit code of subprocess for trial_keeper * Update README, add link to PAImode doc
-
liuzhe-lz authored
* Improve annotation * Minor bugfix
-
- 20 Aug, 2018 1 commit
-
-
Deshui Yu authored
-