Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Should DVSCifar10 use transform? #2

Open
QgZhan opened this issue Apr 5, 2022 · 2 comments
Open

Should DVSCifar10 use transform? #2

QgZhan opened this issue Apr 5, 2022 · 2 comments

Comments

@QgZhan
Copy link

QgZhan commented Apr 5, 2022

https://github.com/Gus-Lab/temporal_efficient_training/blob/f9bde4107ed653cc8dd3ee58689bf3b55f6b89ba/data_loaders.py#L107

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.

@Jackn0
Copy link
Collaborator

Jackn0 commented Apr 15, 2022

Sure, we use the the transform on our paper. Thanks for reminding me of this. I will fix this bug.

@yhhhli
Copy link

yhhhli commented May 10, 2022

Hi, the transformation is a kind of data augmentation designed for event-based data. We recently describe such technology in this paper, arXiv link. You could find more details in that paper.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants