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 f7b344b commit f2b6c26Copy full SHA for f2b6c26
inclearn/data.py
@@ -136,7 +136,8 @@ class iCIFAR10(IncrementalDataset):
136
_base_dataset = datasets.cifar.CIFAR10
137
_train_transforms = [
138
transforms.RandomCrop(32, padding=4),
139
- transforms.RandomHorizontalFlip()
+ transforms.RandomHorizontalFlip(),
140
+ transforms.ColorJitter(brightness=63 / 255)
141
]
142
_common_transforms = [
143
transforms.ToTensor(),
0 commit comments