Skip to content

Commit eecabec

Browse files
authored
Add a note to the official README that users should upgrade to TF1.4 (tensorflow#2758)
1 parent 178480e commit eecabec

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

official/README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@
22

33
The TensorFlow official models are a collection of example models that use TensorFlow's high-level APIs. They are intended to be well-maintained, tested, and kept up to date with the latest stable TensorFlow API. They should also be reasonably optimized for fast performance while still being easy to read.
44

5-
Below is the list of models contained in the garden:
5+
Currently the models are compatible with TensorFlow 1.4. If you are on an earlier version please [update your installation](https://www.tensorflow.org/install/).
6+
7+
---
8+
9+
Below is a list of the models available.
610

711
[mnist](mnist): A basic model to classify digits from the MNIST dataset.
812

0 commit comments

Comments
 (0)