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
a77c56dd
Unverified
Commit
a77c56dd
authored
Jun 05, 2020
by
SparkSnail
Committed by
GitHub
Jun 05, 2020
Browse files
Update latest version in doc (#2508)
parent
4897ac26
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
9 deletions
+5
-9
docs/en_US/Tuner/PBTTuner.md
docs/en_US/Tuner/PBTTuner.md
+0
-4
docs/en_US/Tutorial/InstallationLinux.md
docs/en_US/Tutorial/InstallationLinux.md
+2
-2
docs/en_US/Tutorial/InstallationWin.md
docs/en_US/Tutorial/InstallationWin.md
+2
-2
docs/en_US/conf.py
docs/en_US/conf.py
+1
-1
No files found.
docs/en_US/Tuner/PBTTuner.md
View file @
a77c56dd
...
@@ -46,7 +46,3 @@ tuner:
...
@@ -46,7 +46,3 @@ tuner:
all_checkpoint_dir
:
/the/path/to/store/checkpoints
all_checkpoint_dir
:
/the/path/to/store/checkpoints
population_size
:
10
population_size
:
10
```
```
### Limitation
Importing data has not been supported yet.
\ No newline at end of file
docs/en_US/Tutorial/InstallationLinux.md
View file @
a77c56dd
...
@@ -19,7 +19,7 @@ Installation on Linux and macOS follow the same instructions, given below.
...
@@ -19,7 +19,7 @@ Installation on Linux and macOS follow the same instructions, given below.
Prerequisites:
`python 64-bit >=3.5`
,
`git`
,
`wget`
Prerequisites:
`python 64-bit >=3.5`
,
`git`
,
`wget`
```
bash
```
bash
git clone
-b
v1.
5
https://github.com/Microsoft/nni.git
git clone
-b
v1.
6
https://github.com/Microsoft/nni.git
cd
nni
cd
nni
./install.sh
./install.sh
```
```
...
@@ -35,7 +35,7 @@ The following example is built on TensorFlow 1.x. Make sure **TensorFlow 1.x is
...
@@ -35,7 +35,7 @@ The following example is built on TensorFlow 1.x. Make sure **TensorFlow 1.x is
*
Download the examples via cloning the source code.
*
Download the examples via cloning the source code.
```
bash
```
bash
git clone
-b
v1.
5
https://github.com/Microsoft/nni.git
git clone
-b
v1.
6
https://github.com/Microsoft/nni.git
```
```
*
Run the MNIST example.
*
Run the MNIST example.
...
...
docs/en_US/Tutorial/InstallationWin.md
View file @
a77c56dd
...
@@ -29,7 +29,7 @@ If you want to contribute to NNI, refer to [setup development environment](Setup
...
@@ -29,7 +29,7 @@ If you want to contribute to NNI, refer to [setup development environment](Setup
*
From source code
*
From source code
```bat
```bat
git clone -b v1.
5
https://github.com/Microsoft/nni.git
git clone -b v1.
6
https://github.com/Microsoft/nni.git
cd nni
cd nni
powershell -ExecutionPolicy Bypass -file install.ps1
powershell -ExecutionPolicy Bypass -file install.ps1
```
```
...
@@ -41,7 +41,7 @@ The following example is built on TensorFlow 1.x. Make sure **TensorFlow 1.x is
...
@@ -41,7 +41,7 @@ The following example is built on TensorFlow 1.x. Make sure **TensorFlow 1.x is
*
Clone examples within source code.
*
Clone examples within source code.
```bat
```bat
git clone -b v1.
5
https://github.com/Microsoft/nni.git
git clone -b v1.
6
https://github.com/Microsoft/nni.git
```
```
*
Run the MNIST example.
*
Run the MNIST example.
...
...
docs/en_US/conf.py
View file @
a77c56dd
...
@@ -28,7 +28,7 @@ author = 'Microsoft'
...
@@ -28,7 +28,7 @@ author = 'Microsoft'
# The short X.Y version
# The short X.Y version
version
=
''
version
=
''
# The full version, including alpha/beta/rc tags
# The full version, including alpha/beta/rc tags
release
=
'v1.
5
'
release
=
'v1.
6
'
# -- General configuration ---------------------------------------------------
# -- General configuration ---------------------------------------------------
...
...
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