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
92e6cd93
Commit
92e6cd93
authored
Apr 04, 2020
by
Hongkun Yu
Committed by
A. Unique TensorFlower
Apr 04, 2020
Browse files
Internal change
PiperOrigin-RevId: 304840194
parent
bbdc9810
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
official/benchmark/bert_squad_benchmark.py
official/benchmark/bert_squad_benchmark.py
+1
-1
No files found.
official/benchmark/bert_squad_benchmark.py
View file @
92e6cd93
...
...
@@ -128,7 +128,7 @@ class BertSquadBenchmarkBase(benchmark_utils.BertBenchmarkBase):
eval_metrics
=
run_squad
.
eval_squad
(
strategy
=
strategy
,
input_meta_data
=
input_meta_data
)
# Use F1 score as reported evaluation metric.
self
.
eval_metrics
=
eval_metrics
[
'f1'
]
self
.
eval_metrics
=
eval_metrics
[
'
final_
f1'
]
class
BertSquadBenchmarkReal
(
BertSquadBenchmarkBase
):
...
...
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