"git@developer.sourcefind.cn:OpenDAS/pyg_autoscale.git" did not exist on "0f606859ce88ce50138d1167725833abcf95dcc7"
Unverified Commit a7f1c5ed authored by Neal Wu's avatar Neal Wu Committed by GitHub
Browse files

Merge pull request #2867 from tensorflow/mnist-readme

tf.contrib.data -> tf.data in mnist
parents b63a73df 49292f34
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
This directory builds a convolutional neural net to classify the [MNIST This directory builds a convolutional neural net to classify the [MNIST
dataset](http://yann.lecun.com/exdb/mnist/) using the dataset](http://yann.lecun.com/exdb/mnist/) using the
[tf.contrib.data](https://www.tensorflow.org/api_docs/python/tf/contrib/data), [tf.data](https://www.tensorflow.org/api_docs/python/tf/data),
[tf.estimator.Estimator](https://www.tensorflow.org/api_docs/python/tf/estimator/Estimator), [tf.estimator.Estimator](https://www.tensorflow.org/api_docs/python/tf/estimator/Estimator),
and and
[tf.layers](https://www.tensorflow.org/api_docs/python/tf/layers) [tf.layers](https://www.tensorflow.org/api_docs/python/tf/layers)
......
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