We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1302b6 commit 1e39366Copy full SHA for 1e39366
autoPyTorch/datasets/base_dataset.py
@@ -51,8 +51,8 @@ class TransformSubset(Subset):
51
we require different transformation for each data point.
52
This class helps to take the subset of the dataset
53
with either training or validation transformation.
54
-
55
- We achieve so by adding a train flag to the pytorch subset
+ The TransformSubset allows to add train flags
+ while indexing the main dataset towards this goal.
56
57
Attributes:
58
dataset (BaseDataset/Dataset): Dataset to sample the subset
0 commit comments