Youngjung

Results 2 issues of Youngjung

Hi Bo, Thank you for sharing your nice work. ### Q1. Could you explain what +_ means in LPIPS? - Is it same as Inception Score? (stddev across multiple batches?)...

Hi, I found a bug in fid score. The normalization before inception model is written as: https://github.com/crcrpar/pytorch.sngan_projection/blob/7afdca4a0e4f2df2efbb585133cccb216b348545/models/inception.py#L128-L132 but it should be: https://github.com/mseitzer/pytorch-fid/blob/4e366b2fc9fb933bec9f6f24c5e87c3bd9452eda/inception.py#L130-L131 or it should be fixed like: ``` if...

bug
good first issue