Przeglądaj źródła

Add comment about TF version to README.md.

Chris Shallue 9 lat temu
rodzic
commit
754c5a90bc
1 zmienionych plików z 3 dodań i 1 usunięć
  1. 3 1
      im2txt/README.md

+ 3 - 1
im2txt/README.md

@@ -116,7 +116,9 @@ 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/r0.10/get_started/os_setup.html)).
+* **TensorFlow** ([instructions](https://www.tensorflow.org/versions/master/get_started/os_setup.html#installing-from-sources)).
+    * Note: the model currently requires TensorFlow built from source because it
+      uses features added after release r0.10.
 * **NumPy** ([instructions](http://www.scipy.org/install.html)).
 * **Natural Language Toolkit (NLTK)**:
     * First install NLTK ([instructions](http://www.nltk.org/install.html)).