mirror of
https://github.com/tinygrad/tinygrad.git
synced 2026-04-07 03:00:26 -04:00
1
test/external/external_test_datasets.py
vendored
1
test/external/external_test_datasets.py
vendored
@@ -64,6 +64,7 @@ class TestKiTS19Dataset(ExternalTestDatasets):
|
||||
|
||||
return iter(dataset)
|
||||
|
||||
@unittest.skip("flaky")
|
||||
def test_training_set(self):
|
||||
preproc_pth, preproc_img_pths, preproc_lbl_pths = self._create_samples(False)
|
||||
ref_dataset = self._create_ref_dataloader(preproc_img_pths, preproc_lbl_pths, False)
|
||||
|
||||
Reference in New Issue
Block a user