-
Notifications
You must be signed in to change notification settings - Fork 74
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
Can't reproduce the results, maybe sensitive to data? #11
Comments
Also, it seems that the Initialization phrase suffers from checkerboard effect, as illustrated in I changed ConvTranspose2d to Upsample+Conv2d (as suggested in the above post), but the quality of image generated drops a lot. |
@dejianchen1989 i think the checkerboard effect happened at original papers too. ValueError: Target and input must have the same number of elements. target nelement (8192) != input nelement (38400) i found this is because the different shape between D_fake and Fake variables |
@dejianchen1989 Hi, I can't reproduce the results with CelebA and Cartoon's imgs,either.Gen Loss and Con Loss dosn't decrease. |
e = y[:, :, :, args.input_size:] |
May I ask if your problem has been solved? My training data is not very different from the raw data either. |
I ran the training scripts directly, but can't reproduce the results.
It seems there is no significant difference between the original and generated images:
Is it sensitive to training data? I also used face-cropped celebA as src_data:
and face-cropped danbooru2018 as tgt_data:
Each dataset contains about 1600 images (for fast training)。
So, where is the problem? THX~
The text was updated successfully, but these errors were encountered: