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
5b0c1edc
Commit
5b0c1edc
authored
Sep 22, 2022
by
Brandon Jiang
Committed by
A. Unique TensorFlower
Sep 22, 2022
Browse files
Internal change
PiperOrigin-RevId: 476178752
parent
69231ce9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
official/benchmark/base_benchmark.py
official/benchmark/base_benchmark.py
+1
-1
No files found.
official/benchmark/base_benchmark.py
View file @
5b0c1edc
...
@@ -109,7 +109,7 @@ class BaseBenchmark( # pylint: disable=undefined-variable
...
@@ -109,7 +109,7 @@ class BaseBenchmark( # pylint: disable=undefined-variable
elif
tensorflow_models_path
:
elif
tensorflow_models_path
:
self
.
_tensorflow_models_path
=
tensorflow_models_path
self
.
_tensorflow_models_path
=
tensorflow_models_path
else
:
else
:
self
.
_tensorflow_models_path
=
None
self
.
_tensorflow_models_path
=
''
def
_get_model_dir
(
self
,
folder_name
):
def
_get_model_dir
(
self
,
folder_name
):
"""Returns directory to store info, e.g. saved model and event log."""
"""Returns directory to store info, e.g. saved model and event log."""
...
...
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