mirror of
https://github.com/wassname/pytorch-ts.git
synced 2026-07-19 11:27:25 +08:00
comment out the length
This commit is contained in:
@@ -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)
|
||||
Reference in New Issue
Block a user