Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ModelZoo
ResNet50_tensorflow
Commits
a7f1c5ed
Unverified
Commit
a7f1c5ed
authored
Nov 21, 2017
by
Neal Wu
Committed by
GitHub
Nov 21, 2017
Browse files
Merge pull request #2867 from tensorflow/mnist-readme
tf.contrib.data -> tf.data in mnist
parents
b63a73df
49292f34
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
official/mnist/README.md
official/mnist/README.md
+1
-1
No files found.
official/mnist/README.md
View file @
a7f1c5ed
...
@@ -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
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment