You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @LeslieZhoa , thanks for sharing the code organized with a more clean structure. When reading the code, I'm confused by one code block (shown below). When computing d_loss of eye discriminators, you use PartGANLoss to calculate the real_score but use GANLoss to calculate the fake score. Could you please explain why not using the same criterion?
Hi @LeslieZhoa , thanks for sharing the code organized with a more clean structure. When reading the code, I'm confused by one code block (shown below). When computing d_loss of eye discriminators, you use
PartGANLoss
to calculate the real_score but useGANLoss
to calculate the fake score. Could you please explain why not using the same criterion?The text was updated successfully, but these errors were encountered: