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
53ed465a
Commit
53ed465a
authored
Nov 09, 2018
by
goooxu
Committed by
QuanluZhang
Nov 09, 2018
Browse files
Update version number since v0.3.4 has been released (#342)
parent
b827ceaa
Changes
6
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
7 additions
and
7 deletions
+7
-7
README.md
README.md
+2
-2
deployment/pypi/setup.py
deployment/pypi/setup.py
+1
-1
docs/GetStarted.md
docs/GetStarted.md
+1
-1
docs/InstallNNI_Ubuntu.md
docs/InstallNNI_Ubuntu.md
+1
-1
setup.py
setup.py
+1
-1
tools/setup.py
tools/setup.py
+1
-1
No files found.
README.md
View file @
53ed465a
...
...
@@ -37,7 +37,7 @@ 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.
*
Run the following commands in an environment that has
`python >= 3.5`
,
`git`
and
`wget`
.
```
bash
git clone
-b
v0.3.
3
https://github.com/Microsoft/nni.git
git clone
-b
v0.3.
4
https://github.com/Microsoft/nni.git
cd
nni
source
install.sh
```
...
...
@@ -47,7 +47,7 @@ Note: If you are in docker container (as root), please remove `--user` from the
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.
```
bash
git clone
-b
v0.3.
3
https://github.com/Microsoft/nni.git
git clone
-b
v0.3.
4
https://github.com/Microsoft/nni.git
```
*
Run the mnist example.
```
bash
...
...
deployment/pypi/setup.py
View file @
53ed465a
...
...
@@ -11,7 +11,7 @@ with open('../../README.md', 'r') as fh:
setuptools
.
setup
(
name
=
'nni'
,
version
=
'0.3.
3
'
,
version
=
'0.3.
4
'
,
author
=
'Microsoft NNI team'
,
author_email
=
'nni@microsoft.com'
,
description
=
'Neural Network Intelligence package'
,
...
...
docs/GetStarted.md
View file @
53ed465a
...
...
@@ -18,7 +18,7 @@
*
__Install NNI through source code__
git clone -b v0.3.
3
https://github.com/Microsoft/nni.git
git clone -b v0.3.
4
https://github.com/Microsoft/nni.git
cd nni
source install.sh
...
...
docs/InstallNNI_Ubuntu.md
View file @
53ed465a
...
...
@@ -16,7 +16,7 @@
*
__Install NNI through source code__
git clone -b v0.3.
3
https://github.com/Microsoft/nni.git
git clone -b v0.3.
4
https://github.com/Microsoft/nni.git
cd nni
source install.sh
...
...
setup.py
View file @
53ed465a
...
...
@@ -35,7 +35,7 @@ class CustomInstallCommand(install):
setup
(
name
=
'nni'
,
version
=
'0.3.
3
'
,
version
=
'0.3.
4
'
,
author
=
'Microsoft NNI Team'
,
author_email
=
'nni@microsoft.com'
,
description
=
'Neural Network Intelligence project'
,
...
...
tools/setup.py
View file @
53ed465a
...
...
@@ -2,7 +2,7 @@ import setuptools
setuptools
.
setup
(
name
=
'nnictl'
,
version
=
'0.3.
2
'
,
version
=
'0.3.
4
'
,
packages
=
setuptools
.
find_packages
(
exclude
=
[
'*test*'
]),
python_requires
=
'>=3.5'
,
...
...
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