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
chenpangpang
transformers
Commits
5c2d66a2
"test/nni_test/git@developer.sourcefind.cn:OpenDAS/nni.git" did not exist on "eee2f532c120f3ef3b3edfd709f1a61caea827a4"
Unverified
Commit
5c2d66a2
authored
Feb 16, 2021
by
Julien Plu
Committed by
GitHub
Feb 16, 2021
Browse files
Unlock XLA test for convbert (#10207)
parent
1c8c2d9a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
4 deletions
+0
-4
tests/test_modeling_tf_convbert.py
tests/test_modeling_tf_convbert.py
+0
-4
No files found.
tests/test_modeling_tf_convbert.py
View file @
5c2d66a2
...
...
@@ -302,10 +302,6 @@ class TFConvBertModelTest(TFModelTesterMixin, unittest.TestCase):
[
self
.
model_tester
.
num_attention_heads
/
2
,
encoder_seq_length
,
encoder_key_length
],
)
def
test_xla_mode
(
self
):
# TODO JP: Make ConvBert XLA compliant
pass
@
slow
def
test_model_from_pretrained
(
self
):
model
=
TFConvBertModel
.
from_pretrained
(
"YituTech/conv-bert-base"
)
...
...
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