Skip to content

Commit

Permalink
Merge pull request #117 from Microsoft/master
Browse files Browse the repository at this point in the history
merge master
  • Loading branch information
SparkSnail authored Jan 23, 2019
2 parents ef176d2 + db15932 commit 1089e80
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 16 deletions.
29 changes: 16 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<p align="center">
<img src="./docs/img/nni_logo.png" alt="drawing" width="300"/>
<img src="https://microsoft.github.io/nni/docs/img/nni_logo.png" width="300"/>
</p>

-----------
Expand All @@ -16,35 +16,37 @@ 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!**
<p align="center">
<a href=#><img src="https://rawgit.com/QuanluZhang/nni/update-doc11/overview.svg" /></a>
<a href="#nni-v05-has-been-released"><img src="https://microsoft.github.io/nni/docs/img/overview.svg" /></a>
</p>
<table>
<tbody>
<tr align="center">
<tr align="center" valign="bottom">
<td>
<b>User Code + SDK( import nni )</b>
<b>Supported Frameworks</b>
<img src="https://user-images.githubusercontent.com/44491713/51381727-e3d0f780-1b4f-11e9-96ab-d26b9198ba65.png"/>
</td>
<td>
<b>Tunning Algorithm Extensions</b>
<b>Tuning Algorithms</b>
<img src="https://user-images.githubusercontent.com/44491713/51381727-e3d0f780-1b4f-11e9-96ab-d26b9198ba65.png"/>
</td>
<td>
<b>Training Service Extensions</b>
<b>Training Services</b>
<img src="https://user-images.githubusercontent.com/44491713/51381727-e3d0f780-1b4f-11e9-96ab-d26b9198ba65.png"/>
</td>
</tr>
<tr/>
<tr valign="top">
<td>
<ul>
<li>CNTK</li>
<li>Tensorflow</li>
<li>PyTorch</li>
<li>Keras</li>
<li>...</li>
<ul>
<li>PyTorch</li>
<li>TensorFlow</li>
<li>Keras</li>
<li>MXNet</li>
<li>Caffe2</li>
<li>CNTK (Python language)</li>
<li>Chainer</li>
<li>Theano</li>
</ul>
(Python based frameworks)
</td>
<td>
<a href="docs/HowToChooseTuner.md">Tuner</a>
Expand Down Expand Up @@ -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!
Expand Down
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
theme: jekyll-theme-dinky
theme: jekyll-theme-cayman
1 change: 0 additions & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
trigger:
- dev-it
- master
- dev-remote-ci

Expand Down
1 change: 1 addition & 0 deletions docs/img/overview.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion overview.svg

This file was deleted.

0 comments on commit 1089e80

Please sign in to comment.