Closed RichardChen20 closed 2 years ago
Hi, we just released the training code for sg2 and sg3.
Thank you very much! May I ask about the training batch size for SHHQ-1.0(40K)?
our batch-gpu is 4.
@SeanChen0220 can you share how you ended up getting 7.12 FID in your earlier experiments! Did you use the SHHQ-1.0 40K images as reference to compute the FID for the generated images? More details please.
@koutilya-pnvr Yeah, SHHQ1.0-40K was used to compute FID-50K in my earlier exp, and I have found the problem. When I disabled truncation when generating samples for fid calculation, I got a similar FID to that in the paper (around 3.7).
Hi! Your work is so meaningful! Nowadays I'm trying to caculate the FID score using your released model trained with SHHQ-1.0 (~40K, SHHQ-1.0_sg2_512.pk), then I use it to generate 50K images and caculate FID with SHHQ-1.0, but my FID score (7.12) is much higher than that you reported (3.68). Could you share more details about your reported FID? What images you use to caculate FID? Is there a test set using for FID? By the way, could you release your training settings of 40K model and 230K model, it is not clear that if they are trained with similar iters or epochs.