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
de14103c
Commit
de14103c
authored
Feb 05, 2021
by
A. Unique TensorFlower
Browse files
Add the unit "sec" for eval time.
PiperOrigin-RevId: 355925766
parent
f8b0f1dd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
orbit/controller.py
orbit/controller.py
+1
-1
No files found.
orbit/controller.py
View file @
de14103c
...
@@ -259,7 +259,7 @@ class Controller:
...
@@ -259,7 +259,7 @@ class Controller:
elapsed
=
time
.
time
()
-
start
elapsed
=
time
.
time
()
-
start
_log
(
f
" eval | step:
{
current_step
:
6
d
}
| "
_log
(
f
" eval | step:
{
current_step
:
6
d
}
| "
f
"eval time:
{
elapsed
:
6.1
f
}
| "
f
"eval time:
{
elapsed
:
6.1
f
}
sec
| "
f
"output:
{
_format_output
(
eval_output
)
}
"
)
f
"output:
{
_format_output
(
eval_output
)
}
"
)
self
.
eval_summary_manager
.
write_summaries
(
eval_output
)
self
.
eval_summary_manager
.
write_summaries
(
eval_output
)
...
...
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