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
0f6f656f
Unverified
Commit
0f6f656f
authored
Apr 29, 2019
by
Shining Sun
Committed by
GitHub
Apr 29, 2019
Browse files
bug fix (#6695)
* bug fix * bug fix
parent
af47736d
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
official/resnet/keras/keras_benchmark.py
official/resnet/keras/keras_benchmark.py
+1
-1
No files found.
official/resnet/keras/keras_benchmark.py
View file @
0f6f656f
...
...
@@ -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
)
...
...
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