Bladeren bron

Merge pull request #1159 from cshallue/master

Update TF install link.
Chris Shallue 8 jaren geleden
bovenliggende
commit
b0ee52c89b
1 gewijzigde bestanden met toevoegingen van 7 en 7 verwijderingen
  1. 7 7
      im2txt/README.md

+ 7 - 7
im2txt/README.md

@@ -12,9 +12,9 @@ Oriol Vinyals, Alexander Toshev, Samy Bengio, Dumitru Erhan.
 Full text available at: http://arxiv.org/abs/1609.06647
 
 ## Contact
-***Author:*** Chris Shallue (shallue@google.com).
+***Author:*** Chris Shallue
 
-***Pull requests and issues:*** @cshallue.
+***Pull requests and issues:*** @cshallue
 
 ## Contents
 * [Model Overview](#model-overview)
@@ -118,12 +118,12 @@ approximately 10 times slower.
 ### Install Required Packages
 First ensure that you have installed the following required packages:
 
-* **Bazel** ([instructions](http://bazel.io/docs/install.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)).
+* **Bazel** ([instructions](http://bazel.io/docs/install.html))
+* **TensorFlow** 1.0 or greater ([instructions](https://www.tensorflow.org/install/))
+* **NumPy** ([instructions](http://www.scipy.org/install.html))
 * **Natural Language Toolkit (NLTK)**:
-    * First install NLTK ([instructions](http://www.nltk.org/install.html)).
-    * Then install the NLTK data ([instructions](http://www.nltk.org/data.html)).
+    * First install NLTK ([instructions](http://www.nltk.org/install.html))
+    * Then install the NLTK data ([instructions](http://www.nltk.org/data.html))
 
 ### Prepare the Training Data