Unverified Commit fedda45e authored by Mark Daoust's avatar Mark Daoust Committed by GitHub
Browse files

Merge pull request #2813 from tensorflow/mhyttsten-patch-1

Update blog_estimators_dataset.py requires r1.4 for tf.data
parents d710a973 91c8f5d4
......@@ -25,7 +25,7 @@ import tensorflow as tf
# Check that we have correct TensorFlow version installed
tf_version = tf.__version__
print("TensorFlow version: {}".format(tf_version))
assert "1.3" <= tf_version, "TensorFlow r1.3 or later is needed"
assert "1.4" <= tf_version, "TensorFlow r1.4 or later is needed"
# Windows users: You only need to change PATH, rest is platform independent
PATH = "/tmp/tf_dataset_and_estimator_apis"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment