-
Notifications
You must be signed in to change notification settings - Fork 164
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add distributed MNIST example #1
Conversation
erwa
commented
Sep 13, 2018
- Added a tony-examples module with one example (distributed MNIST)
- Added a README.md in tony-examples that explains how to run the example
tony-examples/README.md
Outdated
To run the examples here, you need to: | ||
|
||
* build a Python virtual environment with TensorFlow 1.9.0 installed | ||
* install Hadoop 2.9+ |
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.
3.1.1
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.
Updated to 3.1.1
tony-examples/README.md
Outdated
To run the examples here, you need to: | ||
|
||
* build a Python virtual environment with TensorFlow 1.9.0 installed | ||
* install Hadoop 2.9+ |
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.
Can you update this to 3.1 for now?
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.
Updated to 3.1.1+
tony-examples/README.md
Outdated
|
||
### Installing Hadoop | ||
|
||
TonY only requires YARN, not HDFS. Please see the open-source documentation on how to set YARN up. |
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.
put a link on open-source documentation
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.
* SUBMARINE-142. Build by maven for tony repo. * Support building with hadoop 2.7, 3.1 and 3.2.