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
58d0536b
Commit
58d0536b
authored
Sep 14, 2018
by
gongwuji
Committed by
QuanluZhang
Sep 14, 2018
Browse files
fix break links (#59)
* fix break links * fix break link * fix break links
parent
09ce7830
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
12 deletions
+10
-12
README.md
README.md
+9
-10
docs/GetStarted.md
docs/GetStarted.md
+1
-2
No files found.
README.md
View file @
58d0536b
...
@@ -50,16 +50,15 @@ This command will start an experiment and a WebUI. The WebUI endpoint will be sh
...
@@ -50,16 +50,15 @@ This command will start an experiment and a WebUI. The WebUI endpoint will be sh
## **Please refer to [Get Started Tutorial](docs/GetStarted.md) for more detailed information.**
## **Please refer to [Get Started Tutorial](docs/GetStarted.md) for more detailed information.**
## More tutorials
## More tutorials
*
[
How to write a trial running on NNI (Mnist as an example)?
](
WriteYourTrial.md
)
*
[
How to write a trial running on NNI (Mnist as an example)?
](
docs/WriteYourTrial.md
)
*
[
Tutorial of NNI python annotation.
](
../tools/annotation/README.md
)
*
[
Tutorial of NNI python annotation.
](
tools/nni_annotation/README.md
)
*
[
Tuners supported by NNI.
](
../src/sdk/pynni/nni/README.md
)
*
[
Tuners supported by NNI.
](
src/sdk/pynni/nni/README.md
)
*
[
How to enable early stop (i.e. assessor) in an experiment?
](
EnableAssessor.md
)
*
[
How to enable early stop (i.e. assessor) in an experiment?
](
docs/EnableAssessor.md
)
*
[
How to run an experiment on multiple machines?
](
RemoteMachineMode.md
)
*
[
How to run an experiment on multiple machines?
](
docs/RemoteMachineMode.md
)
*
[
How to write a customized tuner?
](
CustomizedTuner.md
)
*
[
How to write a customized tuner?
](
docs/CustomizedTuner.md
)
*
[
How to write a customized assessor?
](
../examples/assessors/README.md
)
*
[
How to write a customized assessor?
](
examples/assessors/README.md
)
*
[
How to resume an experiment?
](
NNICTLDOC.md
)
*
[
How to resume an experiment?
](
docs/NNICTLDOC.md
)
*
[
Tutorial of the command tool *nnictl*.
](
NNICTLDOC.md
)
*
[
Tutorial of the command tool *nnictl*.
](
docs/NNICTLDOC.md
)
*
[
How to use *nnictl* to control multiple experiments?
](
)
# Contributing
# Contributing
This project welcomes contributions and suggestions, we are constructing the contribution guidelines, stay tuned =).
This project welcomes contributions and suggestions, we are constructing the contribution guidelines, stay tuned =).
...
...
docs/GetStarted.md
View file @
58d0536b
...
@@ -89,7 +89,7 @@ The experiment has been running now, NNI provides WebUI for you to view experime
...
@@ -89,7 +89,7 @@ The experiment has been running now, NNI provides WebUI for you to view experime
## Further reading
## Further reading
*
[
How to write a trial running on NNI (Mnist as an example)?
](
WriteYourTrial.md
)
*
[
How to write a trial running on NNI (Mnist as an example)?
](
WriteYourTrial.md
)
*
[
Tutorial of NNI python annotation.
](
../tools/annotation/README.md
)
*
[
Tutorial of NNI python annotation.
](
../tools/
nni_
annotation/README.md
)
*
[
Tuners supported by NNI.
](
../src/sdk/pynni/nni/README.md
)
*
[
Tuners supported by NNI.
](
../src/sdk/pynni/nni/README.md
)
*
[
How to enable early stop (i.e. assessor) in an experiment?
](
EnableAssessor.md
)
*
[
How to enable early stop (i.e. assessor) in an experiment?
](
EnableAssessor.md
)
*
[
How to run an experiment on multiple machines?
](
RemoteMachineMode.md
)
*
[
How to run an experiment on multiple machines?
](
RemoteMachineMode.md
)
...
@@ -97,4 +97,3 @@ The experiment has been running now, NNI provides WebUI for you to view experime
...
@@ -97,4 +97,3 @@ The experiment has been running now, NNI provides WebUI for you to view experime
*
[
How to write a customized assessor?
](
../examples/assessors/README.md
)
*
[
How to write a customized assessor?
](
../examples/assessors/README.md
)
*
[
How to resume an experiment?
](
NNICTLDOC.md
)
*
[
How to resume an experiment?
](
NNICTLDOC.md
)
*
[
Tutorial of the command tool *nnictl*.
](
NNICTLDOC.md
)
*
[
Tutorial of the command tool *nnictl*.
](
NNICTLDOC.md
)
*
[
How to use *nnictl* to control multiple experiments?
](
)
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