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
ea7009d4
Unverified
Commit
ea7009d4
authored
Sep 12, 2018
by
Sami Kama
Committed by
GitHub
Sep 12, 2018
Browse files
Update logger.py
Spaces after equal signs as well
parent
381d88f6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
official/utils/logs/logger.py
official/utils/logs/logger.py
+2
-2
No files found.
official/utils/logs/logger.py
View file @
ea7009d4
...
@@ -308,9 +308,9 @@ def _gather_run_info(model_name, dataset_name, run_params, test_id):
...
@@ -308,9 +308,9 @@ def _gather_run_info(model_name, dataset_name, run_params, test_id):
"run_date"
:
datetime
.
datetime
.
utcnow
().
strftime
(
"run_date"
:
datetime
.
datetime
.
utcnow
().
strftime
(
_DATE_TIME_FORMAT_PATTERN
)}
_DATE_TIME_FORMAT_PATTERN
)}
if
"session_config"
in
run_params
:
if
"session_config"
in
run_params
:
session_config
=
run_params
[
"session_config"
]
session_config
=
run_params
[
"session_config"
]
else
:
else
:
session_config
=
None
session_config
=
None
_collect_tensorflow_info
(
run_info
)
_collect_tensorflow_info
(
run_info
)
_collect_tensorflow_environment_variables
(
run_info
)
_collect_tensorflow_environment_variables
(
run_info
)
_collect_run_params
(
run_info
,
run_params
)
_collect_run_params
(
run_info
,
run_params
)
...
...
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