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
87c0e09d
Commit
87c0e09d
authored
Dec 07, 2018
by
Priya Gupta
Browse files
Merge branch 'cifar_keras' of
https://github.com/tensorflow/models
into cifar_keras
parents
3060b534
e17e64bb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
official/resnet/keras/keras_cifar_main.py
official/resnet/keras/keras_cifar_main.py
+2
-0
No files found.
official/resnet/keras/keras_cifar_main.py
View file @
87c0e09d
...
...
@@ -301,6 +301,8 @@ def run_cifar_with_keras(flags_obj):
lr_callback
,
tesorboard_callback
],
validation_steps
=
num_eval_steps
,
validation_data
=
eval_input_dataset
,
verbose
=
1
)
eval_output
=
model
.
evaluate
(
eval_input_dataset
,
...
...
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