tony-framework / TonY

TonY is a framework to natively run deep learning frameworks on Apache Hadoop.
https://tony-project.ai
Other
708 stars 164 forks source link

A little mistakes in tony-example README #528

Open daugraph opened 3 years ago

daugraph commented 3 years ago

I think there is a little mistakes in tony-example, as mentioned in https://github.com/linkedin/TonY/issues/492, because mnist_distributed.py is write in tensorflow 1.x, but in README, it said

Build a Python virtual environment with TensorFlow 2.3 installed

user should install tensorflow 1.x to run mnist_distributed.py

zuston commented 3 years ago

Nice catch. Looks that tf2.x is used in mnist_keras_distributed.py, not mnist_distributed.py

I will fix it later. Thanks