-
Notifications
You must be signed in to change notification settings - Fork 2
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
Image generation related #11
Comments
Hi, sorry for the late reply on this! - I have been quite busy lately and then away for christmas. In the meantime, it is worth mentioning that there is a lot of variance on the CIFAR dataset and especially for image generation (+parameters like batch size are very important). Are you able to replicate the KD-DLGAN results? after which I can try and further help with the implementation. |
Hi, thank you for your response. I can replicate the KD-DLGAN results for CIFAR 10 and 100. Please suggest the next steps. |
here are some checkpoints I found for CIFAR-100 20% training data with/without whitening.
This is the main code snippet (tidied up a bit) in the
Hope this helps |
Thanks I see that the details on the G.dbn_fake and G.dbn_real are missing. Will you please share that code from the run_train.py |
Hi, thank you for the explanation of image generation in #3, #4, and #6. I tried those modifications but it cannot reproduce the paper results.
Could you please share the full code for the image generation and the model weights?
Thank you.
The text was updated successfully, but these errors were encountered: