Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
nni
Commits
abd164c2
Unverified
Commit
abd164c2
authored
Feb 10, 2022
by
Yuge Zhang
Committed by
GitHub
Feb 10, 2022
Browse files
Bootstrapping tutorials in documentation (#4522)
parent
cc122226
Changes
368
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
with
167 additions
and
0 deletions
+167
-0
docs/source/nnSpider/errorEmotion.rst
docs/source/nnSpider/errorEmotion.rst
+0
-0
docs/source/nnSpider/holiday.rst
docs/source/nnSpider/holiday.rst
+0
-0
docs/source/nnSpider/nobug.rst
docs/source/nnSpider/nobug.rst
+0
-0
docs/source/nnSpider/sign.rst
docs/source/nnSpider/sign.rst
+0
-0
docs/source/nnSpider/sweat.rst
docs/source/nnSpider/sweat.rst
+0
-0
docs/source/nnSpider/weaving.rst
docs/source/nnSpider/weaving.rst
+0
-0
docs/source/nnSpider/working.rst
docs/source/nnSpider/working.rst
+0
-0
docs/source/reference.rst
docs/source/reference.rst
+0
-0
docs/source/reference/experiment_config.rst
docs/source/reference/experiment_config.rst
+0
-0
docs/source/reference_zh.rst
docs/source/reference_zh.rst
+0
-0
docs/source/sdk_reference.rst
docs/source/sdk_reference.rst
+0
-0
docs/source/sdk_reference_zh.rst
docs/source/sdk_reference_zh.rst
+0
-0
docs/source/training_services.rst
docs/source/training_services.rst
+0
-0
docs/source/training_services_zh.rst
docs/source/training_services_zh.rst
+0
-0
docs/source/tutorials.rst
docs/source/tutorials.rst
+28
-0
docs/source/tutorials/images/thumb/sphx_glr_nas_quick_start_mnist_thumb.png
...als/images/thumb/sphx_glr_nas_quick_start_mnist_thumb.png
+0
-0
docs/source/tutorials/images/thumb/sphx_glr_nni_experiment_thumb.png
.../tutorials/images/thumb/sphx_glr_nni_experiment_thumb.png
+0
-0
docs/source/tutorials/index.rst
docs/source/tutorials/index.rst
+63
-0
docs/source/tutorials/nas_quick_start_mnist.ipynb
docs/source/tutorials/nas_quick_start_mnist.ipynb
+65
-0
docs/source/tutorials/nas_quick_start_mnist.py
docs/source/tutorials/nas_quick_start_mnist.py
+11
-0
No files found.
docs/
en_US
/nnSpider/errorEmotion.rst
→
docs/
source
/nnSpider/errorEmotion.rst
View file @
abd164c2
File moved
docs/
en_US
/nnSpider/holiday.rst
→
docs/
source
/nnSpider/holiday.rst
View file @
abd164c2
File moved
docs/
en_US
/nnSpider/nobug.rst
→
docs/
source
/nnSpider/nobug.rst
View file @
abd164c2
File moved
docs/
en_US
/nnSpider/sign.rst
→
docs/
source
/nnSpider/sign.rst
View file @
abd164c2
File moved
docs/
en_US
/nnSpider/sweat.rst
→
docs/
source
/nnSpider/sweat.rst
View file @
abd164c2
File moved
docs/
en_US
/nnSpider/weaving.rst
→
docs/
source
/nnSpider/weaving.rst
View file @
abd164c2
File moved
docs/
en_US
/nnSpider/working.rst
→
docs/
source
/nnSpider/working.rst
View file @
abd164c2
File moved
docs/
en_US
/reference.rst
→
docs/
source
/reference.rst
View file @
abd164c2
File moved
docs/
en_US
/reference/experiment_config.rst
→
docs/
source
/reference/experiment_config.rst
View file @
abd164c2
File moved
docs/
zh_CN
/reference.rst
→
docs/
source
/reference
_zh
.rst
View file @
abd164c2
File moved
docs/
en_US
/sdk_reference.rst
→
docs/
source
/sdk_reference.rst
View file @
abd164c2
File moved
docs/
zh_CN
/sdk_reference.rst
→
docs/
source
/sdk_reference
_zh
.rst
View file @
abd164c2
File moved
docs/
en_US
/training_services.rst
→
docs/
source
/training_services.rst
View file @
abd164c2
File moved
docs/
zh_CN
/training_services.rst
→
docs/
source
/training_services
_zh
.rst
View file @
abd164c2
File moved
docs/source/tutorials.rst
0 → 100644
View file @
abd164c2
Tutorials
=========
.. TOC
.. toctree::
:maxdepth: 2
:hidden:
tutorials/nni_experiment
tutorials/nas_quick_start_mnist
.. ----------------------
.. cardlinkitem::
:header: Start and Manage a New Experiment
:description: Familiarize yourself with Pythonic API to manage a hyper-parameter tuning experiment
:link: tutorials/nni_experiment.html
:image: ../img/thumbnails/overview-31.png
:tags: Experiment/HPO
.. cardlinkitem::
:header: Get started with NAS on MNIST
:description: bla bla bla bla
:link: tutorials/nas_quick_start_mnist.html
:image: ../img/thumbnails/overview-30.png
:background: cyan
:tags: NAS
docs/source/tutorials/images/thumb/sphx_glr_nas_quick_start_mnist_thumb.png
0 → 100644
View file @
abd164c2
18.5 KB
docs/source/tutorials/images/thumb/sphx_glr_nni_experiment_thumb.png
0 → 100644
View file @
abd164c2
18.5 KB
docs/source/tutorials/index.rst
0 → 100644
View file @
abd164c2
:orphan:
.. _sphx_glr_tutorials:
Tutorials
=========
.. raw:: html
<div class="sphx-glr-thumbcontainer" tooltip="Get started with NAS on MNIST">
.. only:: html
.. figure:: /tutorials/images/thumb/sphx_glr_nas_quick_start_mnist_thumb.png
:alt: Get started with NAS on MNIST
:ref:`sphx_glr_tutorials_nas_quick_start_mnist.py`
.. raw:: html
</div>
.. toctree::
:hidden:
/tutorials/nas_quick_start_mnist
.. raw:: html
<div class="sphx-glr-thumbcontainer" tooltip="Start and Manage a New Experiment">
.. only:: html
.. figure:: /tutorials/images/thumb/sphx_glr_nni_experiment_thumb.png
:alt: Start and Manage a New Experiment
:ref:`sphx_glr_tutorials_nni_experiment.py`
.. raw:: html
</div>
.. toctree::
:hidden:
/tutorials/nni_experiment
.. raw:: html
<div class="sphx-glr-clear"></div>
.. only:: html
.. rst-class:: sphx-glr-signature
`Gallery generated by Sphinx-Gallery <https://sphinx-gallery.github.io>`_
docs/source/tutorials/nas_quick_start_mnist.ipynb
0 → 100644
View file @
abd164c2
{
"cells": [
{
"cell_type": "code",
"execution_count": null,
"metadata": {
"collapsed": false
},
"outputs": [],
"source": [
"%matplotlib inline"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"\n# Get started with NAS on MNIST\n"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {
"collapsed": false
},
"outputs": [],
"source": [
"a = (1, 2, 3)\na"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {
"collapsed": false
},
"outputs": [],
"source": [
"print('hello')"
]
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.8.8"
}
},
"nbformat": 4,
"nbformat_minor": 0
}
\ No newline at end of file
docs/source/tutorials/nas_quick_start_mnist.py
0 → 100644
View file @
abd164c2
"""
Get started with NAS on MNIST
=============================
"""
# %%
a
=
(
1
,
2
,
3
)
a
# %%
print
(
'hello'
)
Prev
1
…
7
8
9
10
11
12
13
14
15
…
19
Next
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment