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

Feature Request: Support for non-image dataset #118

Closed
zuoxingdong opened this issue Mar 22, 2017 · 0 comments
Closed

Feature Request: Support for non-image dataset #118

zuoxingdong opened this issue Mar 22, 2017 · 0 comments

Comments

@zuoxingdong
Copy link

zuoxingdong commented Mar 22, 2017

I think this modular design very much and want to stick on it. However, my dataset is not images, it seems that it causes runtime error when not using Image.fromarray(), the dataloader does not work to iteration next batch.

Is it possible to support for non-image data and same modular design to be used ?

i.e. Define a Dataset class inherited from torch.utils.data.Dataset
then define Dataloader with iter(dataloader)

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

1 participant