-
Notifications
You must be signed in to change notification settings - Fork 822
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
Issue about loading cifar-10 data : How to train the diffusion model on cifar-10? #131
Comments
Hi, please try to follow the steps outlined here in the README script of the parent repository for cifar10. |
Thanks for the tip! Thank you very much! |
Thanks again for your kind help! I want to train a guided diffusion on cifar-10 dataset. It seems I need to both train a diffusion model and a 32x32 classifier on cifar-10. So I have the following two issues:
|
|
Thank you! I think i got what you mean. I suppose I can adapt the input and output layer of the classifier model and fine-tune it on cifar-10. |
How to evluate fid on cifar10? I can't find cifar10's ref batch. |
Do you find the ref batch of cifar10? |
How to train the diffusion model on cifar-10?
The load_data() function in image_datasets.py can not load cifar-10 datasets directly
My train.sh is following:
in ../data/cifar-10-batches-py, there are data like this :
batches.meta data_batch_1 data_batch_2 data_batch_3 data_batch_4 data_batch_5 readme.html test_batch
The text was updated successfully, but these errors were encountered: