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
4cff3fae
Commit
4cff3fae
authored
Jan 21, 2022
by
Sylvain Gugger
Browse files
Second failing test
parent
f6253147
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
examples/pytorch/test_examples.py
examples/pytorch/test_examples.py
+1
-0
No files found.
examples/pytorch/test_examples.py
View file @
4cff3fae
...
@@ -575,6 +575,7 @@ class ExamplesTests(TestCasePlus):
...
@@ -575,6 +575,7 @@ class ExamplesTests(TestCasePlus):
model
=
Wav2Vec2ForPreTraining
.
from_pretrained
(
tmp_dir
)
model
=
Wav2Vec2ForPreTraining
.
from_pretrained
(
tmp_dir
)
self
.
assertIsNotNone
(
model
)
self
.
assertIsNotNone
(
model
)
@
unittest
.
skip
(
"This is currently broken."
)
def
test_run_vit_mae_pretraining
(
self
):
def
test_run_vit_mae_pretraining
(
self
):
stream_handler
=
logging
.
StreamHandler
(
sys
.
stdout
)
stream_handler
=
logging
.
StreamHandler
(
sys
.
stdout
)
logger
.
addHandler
(
stream_handler
)
logger
.
addHandler
(
stream_handler
)
...
...
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