Unverified Commit 0f6f656f authored by Shining Sun's avatar Shining Sun Committed by GitHub
Browse files

bug fix (#6695)

* bug fix

* bug fix
parent af47736d
......@@ -37,7 +37,7 @@ class KerasBenchmark(tf.test.Benchmark):
self.flag_methods = flag_methods or {}
if not output_dir:
output_dir = '/tmp/'
self.output_dir = '/tmp/'
def _get_model_dir(self, folder_name):
return os.path.join(self.output_dir, folder_name)
......
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