udacity / dog-project

MIT License
184 stars 899 forks source link

Tensorflow-gpu 1.1.0 and python3.6 ? #12

Closed hjwk closed 6 years ago

hjwk commented 6 years ago

Trying to execute pip install tensorflow-gpu==1.1.0 fails because this version simply does not exist for python 3.6.

Should we use python 3.5 or a newer version of tensorflow-gpu ?

alexisbcook commented 6 years ago

Thanks! Please use python 3.5. I've amended the instructions.

hjwk commented 6 years ago

Thanks for tidying that up :)