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
4ce55184
Commit
4ce55184
authored
May 30, 2020
by
Hongkun Yu
Committed by
A. Unique TensorFlower
May 30, 2020
Browse files
Internal change
PiperOrigin-RevId: 313952251
parent
2cf59d12
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
official/benchmark/bert_benchmark.py
official/benchmark/bert_benchmark.py
+1
-1
No files found.
official/benchmark/bert_benchmark.py
View file @
4ce55184
...
@@ -53,7 +53,7 @@ class BertClassifyBenchmarkBase(benchmark_utils.BertBenchmarkBase):
...
@@ -53,7 +53,7 @@ class BertClassifyBenchmarkBase(benchmark_utils.BertBenchmarkBase):
"""Base class to hold methods common to test classes in the module."""
"""Base class to hold methods common to test classes in the module."""
def
__init__
(
self
,
output_dir
=
None
,
tpu
=
None
):
def
__init__
(
self
,
output_dir
=
None
,
tpu
=
None
):
super
(
BertClassifyBenchmarkBase
,
self
).
__init__
(
output_dir
)
super
(
BertClassifyBenchmarkBase
,
self
).
__init__
(
output_dir
,
tpu
=
tpu
)
self
.
num_epochs
=
None
self
.
num_epochs
=
None
self
.
num_steps_per_epoch
=
None
self
.
num_steps_per_epoch
=
None
FLAGS
.
steps_per_loop
=
50
FLAGS
.
steps_per_loop
=
50
...
...
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