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
899a7959
Unverified
Commit
899a7959
authored
Mar 17, 2022
by
J-shang
Committed by
GitHub
Mar 17, 2022
Browse files
[Doc] python api contents (#4649)
parent
6e09c2c1
Changes
11
Hide whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
71 additions
and
2 deletions
+71
-2
docs/source/index.rst
docs/source/index.rst
+1
-0
docs/source/index_zh.rst
docs/source/index_zh.rst
+1
-1
docs/source/reference.rst
docs/source/reference.rst
+1
-0
docs/source/reference/python_api/compression.rst
docs/source/reference/python_api/compression.rst
+8
-0
docs/source/reference/python_api/experiment.rst
docs/source/reference/python_api/experiment.rst
+11
-0
docs/source/reference/python_api/feature_engineering.rst
docs/source/reference/python_api/feature_engineering.rst
+5
-0
docs/source/reference/python_api/hpo.rst
docs/source/reference/python_api/hpo.rst
+14
-0
docs/source/reference/python_api/nas.rst
docs/source/reference/python_api/nas.rst
+5
-0
docs/source/reference/python_api/others.rst
docs/source/reference/python_api/others.rst
+11
-0
docs/source/reference/python_api_ref.rst
docs/source/reference/python_api_ref.rst
+12
-0
docs/source/reference_zh.rst
docs/source/reference_zh.rst
+2
-1
No files found.
docs/source/index.rst
View file @
899a7959
...
@@ -29,6 +29,7 @@ Neural Network Intelligence
...
@@ -29,6 +29,7 @@ Neural Network Intelligence
nnictl
Commands
<
reference
/
nnictl
>
nnictl
Commands
<
reference
/
nnictl
>
Experiment
Configuration
<
reference
/
experiment_config
>
Experiment
Configuration
<
reference
/
experiment_config
>
Python
API
<
reference
/
_modules
/
nni
>
Python
API
<
reference
/
_modules
/
nni
>
API
Reference
<
reference
/
python_api_ref
>
..
toctree
::
..
toctree
::
:
maxdepth
:
2
:
maxdepth
:
2
...
...
docs/source/index_zh.rst
View file @
899a7959
..
7f1c1f76edfd4524c037b283d7520561
..
fed79e0ecef07f9d28e06ad261fd8f7b
###########################
###########################
Neural Network Intelligence
Neural Network Intelligence
...
...
docs/source/reference.rst
View file @
899a7959
...
@@ -11,5 +11,6 @@ References
...
@@ -11,5 +11,6 @@ References
nnictl Commands <reference/nnictl>
nnictl Commands <reference/nnictl>
Experiment Configuration <reference/experiment_config>
Experiment Configuration <reference/experiment_config>
SDK API References <sdk_reference>
SDK API References <sdk_reference>
API References <reference/python_api_ref>
Supported Framework Library <SupportedFramework_Library>
Supported Framework Library <SupportedFramework_Library>
Launch from Python <Tutorial/HowToLaunchFromPython>
Launch from Python <Tutorial/HowToLaunchFromPython>
docs/source/reference/python_api/compression.rst
0 → 100644
View file @
899a7959
Model Compression
=================
nni.algorithms.compression
--------------------------
nni.compression
---------------
docs/source/reference/python_api/experiment.rst
0 → 100644
View file @
899a7959
Experiment
==========
nni.experiment
--------------
nni.runtime
-----------
nni.tools
---------
docs/source/reference/python_api/feature_engineering.rst
0 → 100644
View file @
899a7959
Feature Engineering
===================
nni.algorithms.feature_engineering
----------------------------------
docs/source/reference/python_api/hpo.rst
0 → 100644
View file @
899a7959
Hyperparameter Optimization
===========================
nni.algorithms.hpo
------------------
nni.tuner
---------
nni.assessor
------------
nni.trial
---------
docs/source/reference/python_api/nas.rst
0 → 100644
View file @
899a7959
Neural Architecture Search
==========================
nni.retiarii
------------
docs/source/reference/python_api/others.rst
0 → 100644
View file @
899a7959
Others
======
nni
---
nni.common
----------
nni.utils
---------
docs/source/reference/python_api_ref.rst
0 → 100644
View file @
899a7959
API Reference
=============
.. toctree::
:maxdepth: 1
Hyperparameter Optimization <./python_api/hpo>
Neural Architecture Search <./python_api/nas>
Model Compression <./python_api/compression>
Feature Engineering <./python_api/feature_engineering>
Experiment <./python_api/experiment>
Others <./python_api/others>
docs/source/reference_zh.rst
View file @
899a7959
..
435c9eaf84995753a99fb489190daaa6
..
a37f2fd05f05aaee4da775e155f4733d
:orphan:
:orphan:
...
@@ -11,5 +11,6 @@
...
@@ -11,5 +11,6 @@
nnictl 命令 <reference/nnictl>
nnictl 命令 <reference/nnictl>
Experiment 配置 <reference/experiment_config>
Experiment 配置 <reference/experiment_config>
SDK API 参考 <sdk_reference>
SDK API 参考 <sdk_reference>
API 参考 <reference/python_api_ref>
支持的框架和库 <SupportedFramework_Library>
支持的框架和库 <SupportedFramework_Library>
从 Python 发起实验 <Tutorial/HowToLaunchFromPython>
从 Python 发起实验 <Tutorial/HowToLaunchFromPython>
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