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
0b22e47a
"git@developer.sourcefind.cn:chenpangpang/transformers.git" did not exist on "c6f682c1eb82737d53e599e36c42969900517e87"
Commit
0b22e47a
authored
Sep 23, 2019
by
thomwolf
Browse files
skipping pretrained TF model tests for now
parent
830d212b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
pytorch_transformers/tests/modeling_tf_bert_test.py
pytorch_transformers/tests/modeling_tf_bert_test.py
+1
-1
No files found.
pytorch_transformers/tests/modeling_tf_bert_test.py
View file @
0b22e47a
...
...
@@ -26,7 +26,7 @@ from .configuration_common_test import ConfigTester
from
pytorch_transformers
import
BertConfig
,
is_tf_available
if
is_tf_available
():
if
False
and
is_tf_available
():
import
tensorflow
as
tf
from
pytorch_transformers.modeling_tf_bert
import
(
TFBertModel
,
TFBertForMaskedLM
,
TFBertForNextSentencePrediction
,
...
...
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