We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 18969dc + 15eb59a commit ea1d572Copy full SHA for ea1d572
xbatcher/loaders/torch.py
@@ -8,7 +8,7 @@
8
# - The IterableDataset provides a simple iterable interface
9
# Both can be provided as arguments to the the Torch DataLoader
10
# Assumptions made:
11
-# - Each dataset takes pre-configured X/y xbatcher generators (may not always want two generators ina dataset)
+# - Each dataset takes pre-configured X/y xbatcher generators (may not always want two generators in a dataset)
12
# TODOs:
13
# - sort out xarray -> numpy pattern. Currently there is a hardcoded variable name for x/y
14
# - need to test with additional dataset parameters (e.g. transforms)
0 commit comments