comment out the length

This commit is contained in:
Dr. Kashif Rasul
2020-01-16 10:55:09 +01:00
parent e34561373e
commit 0b1fa27f55
+2 -2
View File
@@ -42,5 +42,5 @@ class TransformedIterableDataset(torch.utils.data.IterableDataset):
if isinstance(v, np.ndarray) == True
}
def __len__(self) -> int:
return len(self.dataset)
# def __len__(self) -> int:
# return len(self.dataset)