-
Notifications
You must be signed in to change notification settings - Fork 8
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
Standardize loading for auditory data #43
Comments
@adwaykanhere could you explain more on how to standardize? Is it different from #31 ? |
By standardizing the code I mean refactoring the code such that it follows PyTorch's Dataset and Dataloader primitives. This can help add transforms/augmentations more easily. |
I see, is this only for auditory? If so I would specify in the title. |
I will do it for Auditory first, but technically this should extend to images as well. |
Vision already uses |
I see, thanks for the clarification. |
I don't think we will use the package directly but this one might be useful: https://github.com/eonu/torch-fsdd |
Thanks, will check it out! |
No description provided.
The text was updated successfully, but these errors were encountered: