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

Question about large dataset #2

Closed
aryabhata-archive opened this issue Aug 31, 2020 · 2 comments
Closed

Question about large dataset #2

aryabhata-archive opened this issue Aug 31, 2020 · 2 comments

Comments

@aryabhata-archive
Copy link

Hi. Interesting results with CIFAR-10. However, it is hard to deal with the larger dataset. The object "Causing the issue". I'm unable to use full dataset (74K training, 25K validation). How can we solve this?

@senwu
Copy link
Owner

senwu commented Aug 31, 2020

Hi @aryabhata-archive,

Thanks for your interest in our work!

Can you provide me more information about your task?

Here are some hints about running your own dataset with our framework:

To train on the larger dataset or other image datasets in general in our framework, you need to do the following things:

  1. Create a new dataset for your data to load the dataset here: https://github.com/SenWu/dauphin/tree/master/dauphin/image/datasets
  2. Update the data.py to accept your dataset here: https://github.com/SenWu/dauphin/blob/master/dauphin/image/data.py
  3. Select your the transforms and policy you want to use here: https://github.com/SenWu/dauphin/blob/master/dauphin/image/augment_policy.py, all available transforms can be found here: https://github.com/SenWu/dauphin/tree/master/dauphin/image/transforms

Then you good to go.

Thanks,
Sen

@senwu
Copy link
Owner

senwu commented Sep 1, 2020

Close this for now, discussion in another issue #1.

@senwu senwu closed this as completed Sep 1, 2020
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

2 participants