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

Standardize loading for auditory data #43

Closed
adwaykanhere opened this issue Oct 6, 2021 · 8 comments · Fixed by #61
Closed

Standardize loading for auditory data #43

adwaykanhere opened this issue Oct 6, 2021 · 8 comments · Fixed by #61
Assignees
Labels
audition Auditory tasks ndd Neuro Data Design

Comments

@adwaykanhere
Copy link
Contributor

No description provided.

@PSSF23
Copy link
Member

PSSF23 commented Oct 6, 2021

@adwaykanhere could you explain more on how to standardize? Is it different from #31 ?

@adwaykanhere
Copy link
Contributor Author

adwaykanhere commented Oct 6, 2021

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.

@PSSF23
Copy link
Member

PSSF23 commented Oct 6, 2021

I see, is this only for auditory? If so I would specify in the title.

@PSSF23 PSSF23 added enhancement Concerning all tasks ndd Neuro Data Design labels Oct 6, 2021
@adwaykanhere
Copy link
Contributor Author

I will do it for Auditory first, but technically this should extend to images as well.

@PSSF23
Copy link
Member

PSSF23 commented Oct 6, 2021

Vision already uses Dataloader. We used different loading functions for cifar and svhn because their attributes are named differently in pytorch.

@PSSF23 PSSF23 changed the title Standardize the NN model codebase Standardize loading for auditory data Oct 6, 2021
@adwaykanhere
Copy link
Contributor Author

I see, thanks for the clarification.

@PSSF23
Copy link
Member

PSSF23 commented Oct 17, 2021

I don't think we will use the package directly but this one might be useful: https://github.com/eonu/torch-fsdd

@adwaykanhere
Copy link
Contributor Author

Thanks, will check it out!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
audition Auditory tasks ndd Neuro Data Design
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants