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
4ceefa78
Unverified
Commit
4ceefa78
authored
Nov 05, 2018
by
Scarlett Li
Committed by
GitHub
Nov 05, 2018
Browse files
update doc for v0.3.3 installation tag (#329)
as the title
parent
37ad26fa
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
5 deletions
+6
-5
README.md
README.md
+4
-3
docs/GetStarted.md
docs/GetStarted.md
+1
-1
docs/InstallNNI_Ubuntu.md
docs/InstallNNI_Ubuntu.md
+1
-1
No files found.
README.md
View file @
4ceefa78
...
@@ -37,16 +37,17 @@ Note: If you are in docker container (as root), please remove `--user` from the
...
@@ -37,16 +37,17 @@ Note: If you are in docker container (as root), please remove `--user` from the
*
We only support Linux (Ubuntu 16.04 or higher) in our current stage.
*
We only support Linux (Ubuntu 16.04 or higher) in our current stage.
*
Run the following commands in an environment that has
`python >= 3.5`
,
`git`
and
`wget`
.
*
Run the following commands in an environment that has
`python >= 3.5`
,
`git`
and
`wget`
.
```
bash
```
bash
git clone
-b
v0.3.
2
https://github.com/Microsoft/nni.git
git clone
-b
v0.3.
3
https://github.com/Microsoft/nni.git
cd
nni
cd
nni
source
install.sh
source
install.sh
```
```
**Verify install**
**Verify install**
*
The following example is an experiment built on TensorFlow. Make sure you have
**TensorFlow installed**
before running it.
The following example is an experiment built on TensorFlow. Make sure you have
**TensorFlow installed**
before running it.
*
Download the examples via clone the source code.
*
Download the examples via clone the source code.
```
bash
```
bash
git clone
-b
v0.3.
2
https://github.com/Microsoft/nni.git
git clone
-b
v0.3.
3
https://github.com/Microsoft/nni.git
```
```
*
Run the mnist example.
*
Run the mnist example.
```
bash
```
bash
...
...
docs/GetStarted.md
View file @
4ceefa78
...
@@ -18,7 +18,7 @@
...
@@ -18,7 +18,7 @@
*
__Install NNI through source code__
*
__Install NNI through source code__
git clone -b v0.3.
2
https://github.com/Microsoft/nni.git
git clone -b v0.3.
3
https://github.com/Microsoft/nni.git
cd nni
cd nni
source install.sh
source install.sh
...
...
docs/InstallNNI_Ubuntu.md
View file @
4ceefa78
...
@@ -16,7 +16,7 @@
...
@@ -16,7 +16,7 @@
*
__Install NNI through source code__
*
__Install NNI through source code__
git clone -b v0.3.
2
https://github.com/Microsoft/nni.git
git clone -b v0.3.
3
https://github.com/Microsoft/nni.git
cd nni
cd nni
source install.sh
source install.sh
...
...
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