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
98f10421
Commit
98f10421
authored
Nov 14, 2019
by
Hongkun Yu
Committed by
A. Unique TensorFlower
Nov 14, 2019
Browse files
Internal change
PiperOrigin-RevId: 280537851
parent
01cc8df9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
official/nlp/bert/run_squad.py
official/nlp/bert/run_squad.py
+1
-1
No files found.
official/nlp/bert/run_squad.py
View file @
98f10421
...
...
@@ -81,7 +81,7 @@ flags.DEFINE_integer(
'The maximum length of an answer that can be generated. This is needed '
'because the start and end predictions are not conditioned on one another.'
)
flags
.
DEFINE_bool
(
'use_keras_bert_for_squad'
,
Tru
e
,
'Whether to use keras BERT for squad '
'use_keras_bert_for_squad'
,
Fals
e
,
'Whether to use keras BERT for squad '
'task. Note that when the FLAG "hub_module_url" is specified, '
'"use_keras_bert_for_squad" cannot be 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