This repository has been archived by the owner on Apr 17, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 271
PGGAN blending issue #98
Comments
You're right, the size of fromRGBLayers and scaleLayers are supposed to be the same at each step, but it's not super clean to refer to both in the code. I'll clean that up. |
Hi, I don't think the size of fromRGBLayers and scaleLayers are the exactly same. Since the scale0 was not added to the scaleLayers. pytorch_GAN_zoo/models/networks/progressive_conv_net.py Lines 264 to 273 in b75dee4
But the RGBLayer for the scale0 was added. pytorch_GAN_zoo/models/networks/progressive_conv_net.py Lines 254 to 257 in b75dee4
So, Thanks for your work. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
pytorch_GAN_zoo/models/networks/progressive_conv_net.py
Line 345 in 382a968
Should this line be
mergeLayer = self.alpha > 0 and len(self.fromRGBLayers) > 1
?As the previous line calculate
y
on the condition ofpytorch_GAN_zoo/models/networks/progressive_conv_net.py
Line 336 in 382a968
The text was updated successfully, but these errors were encountered: