Explorar el Código

Update README.md to indicate required TensorFlow version.

Christopher Shallue hace 8 años
padre
commit
5e250ff9e9
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      im2txt/README.md

+ 1 - 1
im2txt/README.md

@@ -119,7 +119,7 @@ approximately 10 times slower.
 First ensure that you have installed the following required packages:
 
 * **Bazel** ([instructions](http://bazel.io/docs/install.html)).
-* **TensorFlow** ([instructions](https://www.tensorflow.org/versions/master/get_started/os_setup.html)).
+* **TensorFlow** r0.12 or greater ([instructions](https://www.tensorflow.org/versions/master/get_started/os_setup.html)).
 * **NumPy** ([instructions](http://www.scipy.org/install.html)).
 * **Natural Language Toolkit (NLTK)**:
     * First install NLTK ([instructions](http://www.nltk.org/install.html)).