Skip to content

Commit ea1d572

Browse files
author
Joe Hamman
authored
Merge pull request #51 from RichardScottOZ/patch-2
Update torch.py
2 parents 18969dc + 15eb59a commit ea1d572

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xbatcher/loaders/torch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# - The IterableDataset provides a simple iterable interface
99
# Both can be provided as arguments to the the Torch DataLoader
1010
# Assumptions made:
11-
# - Each dataset takes pre-configured X/y xbatcher generators (may not always want two generators ina dataset)
11+
# - Each dataset takes pre-configured X/y xbatcher generators (may not always want two generators in a dataset)
1212
# TODOs:
1313
# - sort out xarray -> numpy pattern. Currently there is a hardcoded variable name for x/y
1414
# - need to test with additional dataset parameters (e.g. transforms)

0 commit comments

Comments
 (0)