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

support dataset & dataloader in AutoDataset #99

Closed
aniketmaurya opened this issue Oct 4, 2021 · 0 comments · Fixed by #113
Closed

support dataset & dataloader in AutoDataset #99

aniketmaurya opened this issue Oct 4, 2021 · 0 comments · Fixed by #113
Assignees
Labels
hacktoberfest help wanted Extra attention is needed
Milestone

Comments

@aniketmaurya
Copy link
Contributor

aniketmaurya commented Oct 4, 2021

Current way-

data = AutoData(train_dataloader, val_dataloader)


# this will give error
data = AutoData(train_dataset, val_dataset)

Need to support dataset as well.

@aniketmaurya aniketmaurya added hacktoberfest help wanted Extra attention is needed labels Oct 5, 2021
@aniketmaurya aniketmaurya mentioned this issue Oct 13, 2021
12 tasks
@aniketmaurya aniketmaurya self-assigned this Oct 13, 2021
@aniketmaurya aniketmaurya added this to the 0.0.7 milestone Oct 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
hacktoberfest help wanted Extra attention is needed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant