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

How can I train custom dataset? #39

Closed
Praveenk8051 opened this issue Oct 28, 2020 · 2 comments
Closed

How can I train custom dataset? #39

Praveenk8051 opened this issue Oct 28, 2020 · 2 comments

Comments

@Praveenk8051
Copy link

I reviewed the paper and went through almost every part of the code. I executed the code on example datasets(stl_10 and cifar_10).

Now, I'm trying to adopt the code to my custom dataset.

It looks like we can no where to execute the training on custom dataset. The custom_dataset.py script exists but it is used for data augmentation.

Am i missing something or code is designed just to check on most common datasets?

@Praveenk8051 Praveenk8051 changed the title How can I use custom_dataset How can I train custom datatset Oct 28, 2020
@Praveenk8051 Praveenk8051 changed the title How can I train custom datatset How can I train custom dataset? Oct 28, 2020
@wvangansbeke
Copy link
Owner

Hi @Praveenk8051,

Indeed you shouldn't modify the file custom_dataset.py, but write your own dataset (e.g. data/cifar.py).
Please refer to the following issues: #8, #19, #34.

Hope this helps.

@Praveenk8051
Copy link
Author

Thank you for your prompt response. I did not check the closed issues earlier.
Appreciate it.

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