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

update index.html #2441

Merged
merged 3 commits into from
May 18, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
39 changes: 6 additions & 33 deletions docs/en_US/_templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@
{% set title = "Welcome To Neural Network Intelligence !!!"%}

{% block document %}
<!-- <div class="overview"> -->

<!-- 第一段简介 -->
<div>
<b>NNI (Neural Network Intelligence)</b> is a lightweight but powerful toolkit to
help users <b>automate</b>
Expand Down Expand Up @@ -44,7 +42,7 @@ <h1 class="title">Who should consider using NNI</h1>
<!-- nni release to version -->
<div class="inline">
<h3>NNI v1.4 has been released!</h3>
<img width="48" src="_images/release_icon.png">
<img width="48" src="_static/img/release_icon.png">
</div>
<!-- NNI capabilities in a glance -->
<div>
Expand All @@ -62,7 +60,7 @@ <h1 class="title">NNI capabilities in a glance</h1>
</div>

<p align="center">
<a href="#overview"><img src="_images/overview.svg" /></a>
<a href="#overview"><img src="_static/img/overview.svg" /></a>
</p>

<table class="list">
Expand Down Expand Up @@ -106,15 +104,6 @@ <h1 class="title">NNI capabilities in a glance</h1>
<ul class="firstUl">
<li><b>Examples</b></li>
<ul class="circle">
<!-- <li><a href="{{ pathto('SupportedFramework_Library') }}">MNIST-pytorch</li></a>
<li><a href="examples/trials/mnist-tfv1">MNIST-tensorflow</li></a>
<li><a href="examples/trials/mnist-keras">MNIST-keras</li></a>
<li><a href="docs/en_US/TrialExample/GbdtExample.md">Auto-gbdt</a></li>
<li><a href="docs/en_US/TrialExample/Cifar10Examples.md">Cifar10-pytorch</li></a>
<li><a href="docs/en_US/TrialExample/SklearnExamples.md">Scikit-learn</a></li>
<li><a href="docs/en_US/TrialExample/EfficientNet.md">EfficientNet</a></li>
<a href="docs/en_US/SupportedFramework_Library.md">More...</a><br />
-->
<li><a href="examples/trials/mnist-pytorch">MNIST-pytorch</li></a>
<li><a href="examples/trials/mnist-tfv1">MNIST-tensorflow</li></a>
<li><a href="examples/trials/mnist-keras">MNIST-keras</li></a>
Expand Down Expand Up @@ -160,15 +149,8 @@ <h1 class="title">NNI capabilities in a glance</h1>
<li><a href="{{ pathto('NAS/ENAS') }}">ENAS</a></li>
<li><a href="{{ pathto('NAS/DARTS') }}">DARTS</a></li>
<li><a href="{{ pathto('NAS/PDARTS') }}">P-DARTS</a></li>
<!-- TODO fix -->
<li><a href="{{ pathto('NAS/CDARTS') }}">CDARTS</a></li>
<li><a href="{{ pathto('Tuner/NetworkmorphismTuner') }}">Network Morphism</a> </li>

<!-- <li><a href="docs/en_US/NAS/Overview.md#enas">ENAS</a></li>
<li><a href="docs/en_US/NAS/Overview.md#darts">DARTS</a></li>
<li><a href="docs/en_US/NAS/Overview.md#p-darts">P-DARTS</a></li>
<li><a href="docs/en_US/NAS/Overview.md#cdarts">CDARTS</a></li>
<li><a href="docs/en_US/Tuner/BuiltinTuner.md#NetworkMorphism">Network Morphism</a> </li> -->
</ul>
</ul>
<a href="{{ pathto('Compressor/Overview') }}">Model Compression</a>
Expand All @@ -178,16 +160,11 @@ <h1 class="title">NNI capabilities in a glance</h1>
<li><a href="{{ pathto('Compressor/Pruner') }}">AGP Pruner</a></li>
<li><a href="{{ pathto('Compressor/Pruner') }}">Slim Pruner</a></li>
<li><a href="{{ pathto('Compressor/Pruner') }}">FPGM Pruner</a></li>
<!-- <li><a href="docs/en_US/Compressor/Pruner.md#agp-pruner">AGP Pruner</a></li>
<li><a href="docs/en_US/Compressor/Pruner.md#slim-pruner">Slim Pruner</a></li>
<li><a href="docs/en_US/Compressor/Pruner.md#fpgm-pruner">FPGM Pruner</a></li> -->
</ul>
<b>Quantization</b>
<ul class="circle">
<li><a href="{{ pathto('Compressor/Quantizer') }}">QAT Quantizer</a></li>
<li><a href="{{ pathto('Compressor/Quantizer') }}">DoReFa Quantizer</a></li>
<!-- <li><a href="docs/en_US/Compressor/Quantizer.md#qat-quantizer">QAT Quantizer</a></li>
<li><a href="docs/en_US/Compressor/Quantizer.md#dorefa-quantizer">DoReFa Quantizer</a></li> -->
</ul>
</ul>
<a href="{{ pathto('FeatureEngineering/Overview') }}">Feature Engineering (Beta)</a>
Expand All @@ -199,8 +176,6 @@ <h1 class="title">NNI capabilities in a glance</h1>
<ul class="circle">
<li><a href="{{ pathto('FeatureEngineering/BuiltinAssessor') }}">Median Stop</a></li>
<li><a href="{{ pathto('FeatureEngineering/BuiltinAssessor') }}">Curve Fitting</a></li>
<!-- <li><a href="docs/en_US/Assessor/BuiltinAssessor.md#Medianstop">Median Stop</a></li>
<li><a href="docs/en_US/Assessor/BuiltinAssessor.md#Curvefitting">Curve Fitting</a></li> -->
</ul>
</td>
<td>
Expand Down Expand Up @@ -257,9 +232,9 @@ <h2 class="second-title">Install</h2>
<div class="command-intro">Windows</div>
<div class="command">python -m pip install --upgrade nni</div>
<p class="topMargin">If you want to try latest code, please <a href="{{ pathto('Tutorial/Installation') }}">install
NNI</a> from source code.</p>
<!-- TODO: add link for here -->
<p>For detail system requirements of NNI, please refer to here for Linux & macOS, and here for Windows.</p>
NNI</a> from source code.
</p>
<p>For detail system requirements of NNI, please refer to <a href="{{ pathto('Tutorial/Installation') }}">here</a> for Linux & macOS, and <a href="{{ pathto('Tutorial/InstallationWin') }}">here</a> for Windows.</p>
</div>
<div>
<p>Note:</p>
Expand Down Expand Up @@ -296,7 +271,7 @@ <h2 class="second-title">Verify installation</h2>
This message indicates that your experiment has been successfully started.
You can explore the experiment using the Web UI url.
</p>
<!-- 此处的缩进影响样式! -->
<!-- Indentation affects style! -->
<pre class="code">
INFO: Starting restful server...
INFO: Successfully started Restful server!
Expand Down Expand Up @@ -402,7 +377,6 @@ <h1 class="title">Contributing</h1>
<div>
<h1 class="title">External Repositories and References</h1>
<p>With authors' permission, we listed a set of NNI usage examples and relevant articles.</p>
<!-- TODO: link for examples readme.md file -->
<ul>
<h2>External Repositories</h2>
<li>Run <a href="https://github.com/microsoft/nni/blob/master/examples/tuners/enas_nni/README.md"></a>ENAS with
Expand Down Expand Up @@ -497,5 +471,4 @@ <h1 class="title">License</h1>
<p>The entire codebase is under <a href="https://github.com/microsoft/nni/blob/master/LICENSE">MIT license</a></p>
</div>
</div>
<!-- </div> -->
{% endblock %}
Loading