-
Notifications
You must be signed in to change notification settings - Fork 8
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
May I use Cifar10 to train the generator? Why haven't I been converging? If you can, please provide the code. Thank you. #8
Comments
Hi @tanlingp , we haven't use CIFAR-10 to train our generator. Have you tried to reduce the learning rate during the training phase? I'm guessing the batch size is set relatively large. |
#I am trying to use the CIFAR10 dataset as the source domain to train the generator, but it has been unable to converge. If you can, please provide the code. Thank you. |
What's the learning rate and batch size in your implementation? |
the learnning rate set 0.00001,batch size set 128
| |
tlp6378
|
|
***@***.***
|
…---- Replied Message ----
| From | Qilong ***@***.***> |
| Date | 05/17/2023 10:00 |
| To | ***@***.***> |
| Cc | ***@***.***>***@***.***> |
| Subject | Re: [Alibaba-AAIG/Beyond-ImageNet-Attack] May I use Cifar10 to train the generator? Why haven't I been converging? If you can, please provide the code. Thank you. (Issue #8) |
#I am trying to use the CIFAR10 dataset as the source domain to train the generator, but it has been unable to converge. If you can, please provide the code. Thank you.
What's the learning rate and batch size in your implementation?
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Try to resize CIFAR-10 from 32x32 to 224x224 beforehand. This may be helpful. |
May I use Cifar10 to train the generator? Why haven't I been converging? If you can, please provide the code. Thank you.
The text was updated successfully, but these errors were encountered: