mirror of
https://github.com/tinygrad/tinygrad.git
synced 2026-06-24 02:14:17 +00:00
parent
9e9fd44987
commit
42b1c9625b
1 changed files with 1 additions and 0 deletions
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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue