Skip to content

Commit 5b52a95

Browse files
committed
Dataset now needs the whole filepath to hdf5 file
1 parent 2d80899 commit 5b52a95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/dataloaders/usps_0_6.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ def __init__(
7171
download: bool = False,
7272
):
7373
super().__init__()
74-
self.path = list(data_path.glob("*.h5"))[0]
74+
self.path = data_path
7575
self.transform = transform
7676
self.num_classes = 7
7777

0 commit comments

Comments
 (0)