This repository has been archived by the owner on Sep 18, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
update dev-doc to sphinx #630
Merged
Merged
Changes from all commits
Commits
Show all changes
57 commits
Select commit
Hold shift + click to select a range
6224a4f
add trigger (#544)
SparkSnail cb83ac0
NNI logging architecture improvement (#539)
yds05 ce1bc48
[WebUI] Fix issue#517 & issue#459 (#524)
lvybriage 37354df
[Logging architecture refactor] Remove unused metrics related code in…
yds05 d5f808b
Doc typo and format fixes (#560)
squirrelsc 1fec96c
fix state transition (#504)
QuanluZhang 17a39d4
Add enas nni version from contributor (#557)
xuehui1991 50697a2
Code coverage report (#559)
chicm-ms 949aacb
Updating Readme to add the Related Projects like PAI, KubeLauncher an…
scarlett2018 e333264
Fix remote TrainingService bug, change forEach to "for of" (#564)
SparkSnail 1159c85
To install the whole nni in an virtual environment (#538)
Crysple b7729f0
Make it feasible for annotation whether to add an extra line "nni.get…
Crysple 573f23c
fix permision deny (#567)
Crysple 816dd60
Add Metis Tuner (#534)
xuehui1991 6b8d385
Change WARNING to INFO (#574)
SparkSnail 0a3cc45
Fix some bugs in doc and log (#561)
95d1947
Fix a race condidtion issue in trial_keeper for reading log from pip…
yds05 f437107
[WebUI] Fix issue#458 about final result as dict (#563)
lvybriage e6eb6ea
support frameworkcontroller log (#572)
SparkSnail 358efb2
Dev weight sharing (#568) (#576)
leckie-chn d13964d
Add frameworkcontroller document (#530)
SparkSnail c288a16
[WebUI] Show trial log for pai and k8s (#580)
lvybriage 5f4652d
[WebUI] Show trial log for pai and k8s (#580)
lvybriage dbe7c21
add __init__.py to metis_tuner (#588)
xuehui1991 c76dcce
[Document] Update webui doc (#587)
lvybriage e209869
Update Dockerfile and README (#589)
db973f9
[WebUI] Fix bug (#591)
lvybriage e33b14d
update README in metis and update RuntimeError info (#595)
xuehui1991 a18b26f
udpate NFS setup tutorial (#597)
leckie-chn 63aa63b
Remove unused example (#600)
xuehui1991 3988b69
Update release note (#603)
xuehui1991 48ff5c5
Merge remote-tracking branch 'upstream/v0.5' into dev-doc
leckie-chn 310318e
sphinx init
leckie-chn 698c02b
Merge remote-tracking branch 'upstream/dev-doc' into dev-sphinx
leckie-chn 4528ed3
migration to sphinx
leckie-chn 93cc776
update requirements
leckie-chn f29ca41
fix read the docs bug
leckie-chn 75932dd
fix reference
leckie-chn 2b41372
fix bug
leckie-chn fab9265
fix logo for homepage
leckie-chn c3d9941
remote github root
leckie-chn 8de482f
update conf
leckie-chn 3fe1370
Revert "remote github root"
leckie-chn 5bf6d91
Revert "update conf"
leckie-chn 5250870
Revert "Revert "remote github root""
leckie-chn c74118b
update tutorial
leckie-chn de40f84
add reference for nni.tuner.Tuner
leckie-chn 0a72648
udpate sdk reference
leckie-chn c5270ae
update assessors
leckie-chn 8c8b6b4
update index
leckie-chn 6745449
fix bug
leckie-chn f0c04a7
fix doc bug
leckie-chn 95a83fb
update
leckie-chn 8757441
Merge remote-tracking branch 'upstream/dev-doc' into dev-sphinx
leckie-chn c3b7a66
delete yml
leckie-chn 99e897f
Revert "Merge remote-tracking branch 'upstream/v0.5' into dev-doc"
leckie-chn 997f0fc
fix doc
leckie-chn File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
_build | ||
_static | ||
_templates |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
############################### | ||
Contribution to NNI | ||
############################### | ||
|
||
.. toctree:: | ||
Development Setup<SetupNNIDeveloperEnvironment> | ||
Contribution Guide<CONTRIBUTING> | ||
Debug HowTo<HowToDebug> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
###################### | ||
Examples | ||
###################### | ||
|
||
.. toctree:: | ||
MNIST_Examples<mnist_examples> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
# FAQ | ||
|
||
This page is for frequent asked questions and answers. | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
**Get Started with NNI** | ||
=== | ||
# Get Started with NNI | ||
|
||
## **Installation** | ||
* __Dependencies__ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
**Installation of NNI** | ||
=== | ||
# Installation of NNI | ||
|
||
Currently we only support installation on Linux & Mac. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# Minimal makefile for Sphinx documentation | ||
# | ||
|
||
# You can set these variables from the command line. | ||
SPHINXOPTS = | ||
SPHINXBUILD = sphinx-build | ||
SOURCEDIR = . | ||
BUILDDIR = _build | ||
|
||
# Put it first so that "make" without argument is like "make help". | ||
help: | ||
@$(SPHINXBUILD) -M help "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O) | ||
|
||
.PHONY: help Makefile | ||
|
||
# Catch-all target: route all unknown targets to Sphinx using the new | ||
# "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS). | ||
%: Makefile | ||
@$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
References | ||
================== | ||
|
||
.. toctree:: | ||
:maxdepth: 3 | ||
|
||
Command Line <NNICTLDOC> | ||
Python API <sdk_reference> | ||
Annotation <AnnotationSpec> | ||
Configuration<ExperimentConfig> | ||
Search Space <SearchSpaceSpec> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
###################### | ||
Tutorials | ||
###################### | ||
|
||
.. toctree:: | ||
QuickStart | ||
Installation | ||
Trial<howto_1_WriteTrial> | ||
Tuners<tuners> | ||
Assessors<assessors> | ||
WebUI | ||
Training Platform<training_services> | ||
AdvancedNAS |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
Assessors | ||
============== | ||
Overview | ||
-------------- | ||
In order to save our computing resources, NNI supports an early stop policy and creates **Assessor** to finish this job. | ||
|
||
Assessor receives the intermediate result from Trial and decides whether the Trial should be killed by specific algorithm. Once the Trial experiment meets the early stop conditions(which means assessor is pessimistic about the final results), the assessor will kill the trial and the status of trial will be `"EARLY_STOPPED"`. | ||
|
||
Here is an experimental result of MNIST after using 'Curvefitting' Assessor in 'maximize' mode, you can see that assessor successfully **early stopped** many trials with bad hyperparameters in advance. If you use assessor, we may get better hyperparameters under the same computing resources. | ||
|
||
*Implemented code directory: [config_assessor.yml][5]* | ||
|
||
![](./img/Assessor.png) | ||
|
||
Like Tuners, users can either use built-in Assessors, or customize an Assessor on their own. Please refer to the following tutorials for detail: | ||
|
||
.. toctree:: | ||
Builtin Assessors<Builtin_Assessors> | ||
Customized Assessors<Customize_Assessor> |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please add v0.5 release...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actually I reverted the merge with v0.5 branch before initiating this PR. changes for v0.5 should not come in dev-doc branch currently. At least there should be a seperate merge PR.