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
9f8e0646
Commit
9f8e0646
authored
Oct 10, 2019
by
Reed Wanderman-Milne
Committed by
A. Unique TensorFlower
Oct 10, 2019
Browse files
Do not show the percent symbol for accuracy, as the value is between 0 and 1, not 0 and 100
PiperOrigin-RevId: 274090348
parent
1f9efe10
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
official/resnet/ctl/ctl_imagenet_main.py
official/resnet/ctl/ctl_imagenet_main.py
+1
-1
No files found.
official/resnet/ctl/ctl_imagenet_main.py
View file @
9f8e0646
...
@@ -336,7 +336,7 @@ def run(flags_obj):
...
@@ -336,7 +336,7 @@ def run(flags_obj):
steps_in_current_epoch
+
epoch
*
per_epoch_steps
)
steps_in_current_epoch
+
epoch
*
per_epoch_steps
)
steps_in_current_epoch
+=
steps
steps_in_current_epoch
+=
steps
logging
.
info
(
'Training loss: %s, accuracy: %s
%%
at epoch %d'
,
logging
.
info
(
'Training loss: %s, accuracy: %s at epoch %d'
,
train_loss
.
result
().
numpy
(),
train_loss
.
result
().
numpy
(),
training_accuracy
.
result
().
numpy
(),
training_accuracy
.
result
().
numpy
(),
epoch
+
1
)
epoch
+
1
)
...
...
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