TonY icon indicating copy to clipboard operation
TonY copied to clipboard

A little mistakes in tony-example README

Open daugraph opened this issue 5 years ago • 1 comments

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

daugraph avatar Apr 17 '21 07:04 daugraph

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

I will fix it later. Thanks

zuston avatar Apr 17 '21 11:04 zuston