-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
The code in line 107 is:
train_dataset = DVSCifar10(root=train_path, transform=False)
In line 88 of this file, DVSCifar10 determines whether to use transform using the following code:
if self.transform is not None:
When initializing DVSCifar10, the self.transform is initialized as a bool variable, and self.trainsform is not None will return a False result. I wonder if DVSCifar10 should use transform.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels