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
06dd5c7e
Commit
06dd5c7e
authored
Feb 16, 2018
by
Asim Shankar
Browse files
Respond to PR comments
parent
fd470cae
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
official/mnist/mnist_eager.py
official/mnist/mnist_eager.py
+1
-1
No files found.
official/mnist/mnist_eager.py
View file @
06dd5c7e
...
...
@@ -104,7 +104,7 @@ def main(_):
# Load the datasets
train_ds
=
dataset
.
train
(
FLAGS
.
data_dir
).
shuffle
(
60000
).
batch
(
FLAGS
.
batch_size
)
test_ds
=
dataset
.
test
(
FLAGS
.
data_dir
).
batch
(
10000
)
test_ds
=
dataset
.
test
(
FLAGS
.
data_dir
).
batch
(
FLAGS
.
batch_size
)
# Create the model and optimizer
model
=
mnist
.
Model
(
data_format
)
...
...
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