From fbe18c87014cd9315672b70dc699d2b21fd4575e Mon Sep 17 00:00:00 2001 From: goooxu <22703054+goooxu@users.noreply.github.com> Date: Tue, 22 Jan 2019 15:17:44 +0800 Subject: [PATCH 1/3] Change theme for new homepage style (#641) * Set theme jekyll-theme-cayman * Set theme jekyll-theme-minimal * Set theme jekyll-theme-slate * Set theme jekyll-theme-cayman * Update overview.svg * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Create overview.svg * Delete overview.svg * Update README.md * Update README.md * Update README.md --- README.md | 10 +++++----- _config.yml | 2 +- docs/img/overview.svg | 1 + overview.svg | 1 - 4 files changed, 7 insertions(+), 7 deletions(-) create mode 100644 docs/img/overview.svg delete mode 100644 overview.svg diff --git a/README.md b/README.md index 6cdc57b1e3..8f60b68878 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@
- +
----------- @@ -16,17 +16,17 @@ The tool dispatches and runs trial jobs generated by tuning algorithms to search ### **NNI [v0.5](https://github.com/Microsoft/nni/releases) has been released!**- User Code + SDK( import nni ) + User Code | - Tunning Algorithm Extensions + Tuning Algorithms | diff --git a/_config.yml b/_config.yml index 9da9a0291e..c4192631f2 100644 --- a/_config.yml +++ b/_config.yml @@ -1 +1 @@ -theme: jekyll-theme-dinky \ No newline at end of file +theme: jekyll-theme-cayman \ No newline at end of file diff --git a/docs/img/overview.svg b/docs/img/overview.svg new file mode 100644 index 0000000000..d9dbe0e726 --- /dev/null +++ b/docs/img/overview.svg @@ -0,0 +1 @@ + diff --git a/overview.svg b/overview.svg deleted file mode 100644 index dcd7e365b7..0000000000 --- a/overview.svg +++ /dev/null @@ -1 +0,0 @@ - From 0f6b81845e1a13fa1e09e243f15e8cea1fe9d897 Mon Sep 17 00:00:00 2001 From: chicm-ms <38930155+chicm-ms@users.noreply.github.com> Date: Tue, 22 Jan 2019 15:21:46 +0800 Subject: [PATCH 2/3] Fix azure pipeplines trigger (#638) * Pull code (#22) * Support distributed job for frameworkcontroller (#612) support distributed job for frameworkcontroller * Multiphase doc (#519) * multiPhase doc * updates * updates * Add time parser for 'nnictl update duration' (#632) Current nnictl update duration only support seconds unit, add a parser for this command to support {s, m, h, d} * fix experiment state bug (#629) * update top README.md (#622) * Update README.md * update (#634) * Integration tests refactoring (#625) * Integration test refactoring (#21) (#616) * Integration test refactoring (#21) * Refactoring integration tests * test metrics * update azure pipeline * updates * updates * updates * updates * updates * updates * updates * updates * updates * updates * updates * updates * updates * updates * updates * updates * updates * updates * updates * updates * update trigger * Integration test refactoring (#618) * updates * updates * update pipeline (#619) * update pipeline * updates * updates * updates * updates * updates * test pipeline (#623) * test pipeline * updates * updates * updates * Update integration test (#624) * Update integration test * updates * updates * updates * updates * updates * updates * Revert "Pull code (#22)" This reverts commit 62fc165ad7b2ba724eead3b99f010aa34491e2c7. * Fix azure pipepline trigger --- azure-pipelines.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index c02bc062d4..4312742be9 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -1,5 +1,4 @@ trigger: -- dev-it - master - dev-remote-ci From db1593256766c00bb2513fb5158768e9a36a8162 Mon Sep 17 00:00:00 2001 From: goooxu <22703054+goooxu@users.noreply.github.com> Date: Tue, 22 Jan 2019 17:23:58 +0800 Subject: [PATCH 3/3] Fix https://microsoft.github.io/nni/ display issue (#643) * Set theme jekyll-theme-minimal * Set theme jekyll-theme-slate * Set theme jekyll-theme-cayman * Update README.md * Update README.md * Update README.md * Update README.md --- README.md | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 8f60b68878..4033bdcf60 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ The tool dispatches and runs trial jobs generated by tuning algorithms to search |
- User Code + Supported Frameworks | @@ -30,21 +30,23 @@ The tool dispatches and runs trial jobs generated by tuning algorithms to search | - Training Service Extensions + Training Services |
-
|
Tuner @@ -130,6 +132,7 @@ The following example is an experiment built on TensorFlow. Make sure you have * ``` * Wait for the message `INFO: Successfully started experiment!` in the command line. This message indicates that your experiment has been successfully started. You can explore the experiment using the `Web UI url`. + ``` INFO: Starting restful server... INFO: Successfully started Restful server! |