Unverified Commit db159325 authored by goooxu's avatar goooxu Committed by GitHub
Browse files

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
parent 0f6b8184
...@@ -22,7 +22,7 @@ The tool dispatches and runs trial jobs generated by tuning algorithms to search ...@@ -22,7 +22,7 @@ The tool dispatches and runs trial jobs generated by tuning algorithms to search
<tbody> <tbody>
<tr align="center" valign="bottom"> <tr align="center" valign="bottom">
<td> <td>
<b>User Code</b> <b>Supported Frameworks</b>
<img src="https://user-images.githubusercontent.com/44491713/51381727-e3d0f780-1b4f-11e9-96ab-d26b9198ba65.png"/> <img src="https://user-images.githubusercontent.com/44491713/51381727-e3d0f780-1b4f-11e9-96ab-d26b9198ba65.png"/>
</td> </td>
<td> <td>
...@@ -30,21 +30,23 @@ The tool dispatches and runs trial jobs generated by tuning algorithms to search ...@@ -30,21 +30,23 @@ The tool dispatches and runs trial jobs generated by tuning algorithms to search
<img src="https://user-images.githubusercontent.com/44491713/51381727-e3d0f780-1b4f-11e9-96ab-d26b9198ba65.png"/> <img src="https://user-images.githubusercontent.com/44491713/51381727-e3d0f780-1b4f-11e9-96ab-d26b9198ba65.png"/>
</td> </td>
<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"/> <img src="https://user-images.githubusercontent.com/44491713/51381727-e3d0f780-1b4f-11e9-96ab-d26b9198ba65.png"/>
</td> </td>
</tr> </tr>
<tr/> <tr/>
<tr valign="top"> <tr valign="top">
<td> <td>
<ul> <ul>
<li>CNTK</li> <li>PyTorch</li>
<li>Tensorflow</li> <li>TensorFlow</li>
<li>PyTorch</li> <li>Keras</li>
<li>Keras</li> <li>MXNet</li>
<li>...</li> <li>Caffe2</li>
<li>CNTK (Python language)</li>
<li>Chainer</li>
<li>Theano</li>
</ul> </ul>
(Python based frameworks)
</td> </td>
<td> <td>
<a href="docs/HowToChooseTuner.md">Tuner</a> <a href="docs/HowToChooseTuner.md">Tuner</a>
...@@ -130,6 +132,7 @@ The following example is an experiment built on TensorFlow. Make sure you have * ...@@ -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`. * 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: Starting restful server...
INFO: Successfully started Restful server! INFO: Successfully started Restful server!
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment