Skip to content
This repository has been archived by the owner on Sep 18, 2024. It is now read-only.

Commit

Permalink
update README webui img to gif (#3735)
Browse files Browse the repository at this point in the history
Co-authored-by: Lijiao <Lijiaoa@outlook.com>
Co-authored-by: kvartet <48014605+kvartet@users.noreply.github.com>
  • Loading branch information
3 people authored Jun 9, 2021
1 parent 642d30f commit 70f0b6a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 12 deletions.
7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ The tool manages automated machine learning (AutoML) experiments, **dispatches a

## **What's NEW!** &nbsp;<a href="#nni-released-reminder"><img width="48" src="docs/img/release_icon.png"></a>
* **New release**: [v2.2 is available](https://github.com/microsoft/nni/releases) - _released on April-26-2021_
* **New demo available**: [Youtube entry](https://www.youtube.com/channel/UCKcafm6861B2mnYhPbZHavw) | [Bilibili 入口](https://space.bilibili.com/1649051673) - _last updated on Apr-21-2021_
* **New demo available**: [Youtube entry](https://www.youtube.com/channel/UCKcafm6861B2mnYhPbZHavw) | [Bilibili 入口](https://space.bilibili.com/1649051673) - _last updated on May-26-2021_

* **New use case sharing**: [Cost-effective Hyper-parameter Tuning using AdaptDL with NNI](https://medium.com/casl-project/cost-effective-hyper-parameter-tuning-using-adaptdl-with-nni-e55642888761) - _posted on Feb-23-2021_

Expand Down Expand Up @@ -299,10 +299,7 @@ You can use these commands to get more information about the experiment

* Open the `Web UI url` in your browser, you can view detailed information of the experiment and all the submitted trial jobs as shown below. [Here](https://nni.readthedocs.io/en/stable/Tutorial/WebUI.html) are more Web UI pages.

<table style="border: none">
<th><img src="./docs/img/webui-img/full-oview.png" alt="drawing" width="395" height="300"/></th>
<th><img src="./docs/img/webui-img/full-detail.png" alt="drawing" width="410" height="300"/></th>
</table>
<img src="docs/static/img/webui.gif" alt="webui" width="100%"/>

## **Releases and Contributing**
NNI has a monthly release cycle (major releases). Please let us know if you encounter a bug by [filling an issue](https://github.com/microsoft/nni/issues/new/choose).
Expand Down
9 changes: 3 additions & 6 deletions docs/en_US/_templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -236,8 +236,8 @@ <h1 class="title">Installation</h1>
<h2 class="second-title">Install</h2>
<p>
NNI supports and is tested on Ubuntu >= 16.04, macOS >= 10.14.1,
and Windows 10 >= 1809. Simply run the following `pip install`
in an environment that has `python 64-bit >= 3.6`.
and Windows 10 >= 1809. Simply run the following <code>pip install</code>
in an environment that has <code>python 64-bit >= 3.6</code>.
</p>
<div class="command-intro">Linux or macOS</div>
<div class="command">python3 -m pip install --upgrade nni</div>
Expand Down Expand Up @@ -315,10 +315,7 @@ <h2 class="second-title">Verify installation</h2>
Open the Web UI url in your browser, you can view detail information of the experiment and
all the submitted trial jobs as shown below. <a href="{{ pathto('Tutorial/WebUI') }}">Here</a> are more Web UI
pages.
<div class="ui-img">
<img src="_images/webui_overview_page.png">
<img src="_images/webui_trialdetail_page.png">
</div>
<img src="_static/img/webui.gif" width="100%"/>
</div>
</li>
</ul>
Expand Down
2 changes: 1 addition & 1 deletion docs/static/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ td.framework{
}

.ui-img img{
height: 230px;
height: 350px;
}

.wy-side-nav-search>div.version{
Expand Down
Binary file added docs/static/img/webui.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 70f0b6a

Please sign in to comment.