-
Notifications
You must be signed in to change notification settings - Fork 6
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
the reimplement result of distgan+ss #3
Comments
Hi, it looks like you just run till 50K iterations, dist-gan needs some more iterations to converge. If there is still any problem up to 300K iterations, let me know I will check again the code? Thanks. |
I trained the model till 300K iterations with the batchsize=128, but I still got the FID scores a little large. I kept the same with your code except for the batch size. step: 10000 - FID (10K, 5K): 56.55471167378875 |
Hi, not sure with this, we never tried with 128 batch size. What architecture are you using, e.g., dcgan or resnet? You may try to train more when having more samples in the batch, it looks the FID score is decreasing. Thanks. |
the architecture is resnet
…---Original---
From: "Ngoc-Trung Tran"<[email protected]>
Date: Sat, Oct 24, 2020 14:15 PM
To: "tntrung/msgan"<[email protected]>;
Cc: "Author"<[email protected]>;"czzerone"<[email protected]>;
Subject: Re: [tntrung/msgan] the reimplement result of distgan+ss (#3)
Hi, not sure with this, we never tried with 128 batch size. What architecture are you using, e.g., dcgan or resnet? You may try to train more when having more samples in the batch, it looks the FID score is decreasing. Thanks.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
hello, I use the parameters provided in your code and paper and then want to reproduce your result of Dist-gan+SS, but the FID scores of 100K-500K are shown as below:
step: 10000 - FID (10K, 5K): 52.14751911204845
step: 20000 - FID (10K, 5K): 42.20208117605698
step: 30000 - FID (10K, 5K): 45.02294306743511
step: 40000 - FID (10K, 5K): 46.25833011921277
step: 50000 - FID (10K, 5K): 48.59530929102222
I think the FID scores seem to be a little large, how do you think that?
The text was updated successfully, but these errors were encountered: