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
b68a6503
Unverified
Commit
b68a6503
authored
Aug 07, 2019
by
Taylor Robie
Committed by
GitHub
Aug 07, 2019
Browse files
Fix 8 GPU non-CuDNN LSTM tests. (#7405)
* fix steps for 8 gpu tests
parent
45b708d4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
official/staging/shakespeare/shakespeare_benchmark.py
official/staging/shakespeare/shakespeare_benchmark.py
+2
-0
No files found.
official/staging/shakespeare/shakespeare_benchmark.py
View file @
b68a6503
...
...
@@ -355,6 +355,7 @@ class ShakespeareKerasBenchmarkReal(ShakespeareBenchmarkBase):
self
.
_setup
()
FLAGS
.
num_gpus
=
8
FLAGS
.
batch_size
=
64
*
8
FLAGS
.
log_steps
=
10
FLAGS
.
cudnn
=
False
FLAGS
.
enable_eager
=
keras_utils
.
is_v2_0
()
self
.
_run_and_report_benchmark
()
...
...
@@ -373,6 +374,7 @@ class ShakespeareKerasBenchmarkReal(ShakespeareBenchmarkBase):
self
.
_setup
()
FLAGS
.
num_gpus
=
8
FLAGS
.
batch_size
=
64
*
8
FLAGS
.
log_steps
=
10
FLAGS
.
cudnn
=
False
FLAGS
.
enable_eager
=
keras_utils
.
is_v2_0
()
FLAGS
.
enable_xla
=
True
...
...
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