Update install instructions to mention TensorFlow 1.4

pull/2/head
Keith Ito 2017-11-08 11:47:20 -08:00 committed by GitHub
parent 08989cc355
commit 43762dc456
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -31,8 +31,8 @@ Pull requests are welcome!
1. Install Python 3.
2. Install [TensorFlow 1.3](https://www.tensorflow.org/install/). Install with GPU support if it's
available for your platform.
2. Install the latest version of [TensorFlow](https://www.tensorflow.org/install/) for your platform. For better
performance, install with GPU support if it's available. This code works with TensorFlow 1.3 or 1.4.
3. Install requirements:
```