Skip to content

Commit 49292f3

Browse files
authored
tf.contrib.data -> tf.data in mnist
1 parent b63a73d commit 49292f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: official/mnist/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
This directory builds a convolutional neural net to classify the [MNIST
44
dataset](http://yann.lecun.com/exdb/mnist/) using the
5-
[tf.contrib.data](https://www.tensorflow.org/api_docs/python/tf/contrib/data),
5+
[tf.data](https://www.tensorflow.org/api_docs/python/tf/data),
66
[tf.estimator.Estimator](https://www.tensorflow.org/api_docs/python/tf/estimator/Estimator),
77
and
88
[tf.layers](https://www.tensorflow.org/api_docs/python/tf/layers)

0 commit comments

Comments
 (0)