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
In updater of progressive GAN, the "reso", "reso_low" and "reso_high" at lines 41,47,48 must be converted to "int" as it will then be used as kernel and stride in F.average_pooling_2d
The text was updated successfully, but these errors were encountered:
In updater of progressive GAN, the "reso", "reso_low" and "reso_high" at lines 41,47,48 must be converted to "int" as it will then be used as kernel and stride in F.average_pooling_2d
The text was updated successfully, but these errors were encountered: