Second failing test
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user