Commit 5b0c1edc authored by Brandon Jiang's avatar Brandon Jiang Committed by A. Unique TensorFlower
Browse files

Internal change

PiperOrigin-RevId: 476178752
parent 69231ce9
...@@ -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."""
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment