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
bee1bbc2
Commit
bee1bbc2
authored
Aug 19, 2019
by
Toby Boyd
Browse files
Bump valid max threshold to .94.
parent
725f65b6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
official/staging/shakespeare/shakespeare_benchmark.py
official/staging/shakespeare/shakespeare_benchmark.py
+2
-2
No files found.
official/staging/shakespeare/shakespeare_benchmark.py
View file @
bee1bbc2
...
@@ -41,8 +41,8 @@ class ShakespeareBenchmarkBase(PerfZeroBenchmark):
...
@@ -41,8 +41,8 @@ class ShakespeareBenchmarkBase(PerfZeroBenchmark):
flag_methods
=
[
shakespeare_main
.
define_flags
])
flag_methods
=
[
shakespeare_main
.
define_flags
])
def
_run_and_report_benchmark
(
self
,
def
_run_and_report_benchmark
(
self
,
top_1_train_min
=
0.9
23
,
top_1_train_min
=
0.9
1
,
top_1_train_max
=
0.9
3
,
top_1_train_max
=
0.9
4
,
warmup
=
1
,
warmup
=
1
,
log_steps
=
100
):
log_steps
=
100
):
"""Report benchmark results by writing to local protobuf file.
"""Report benchmark results by writing to local protobuf file.
...
...
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