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
Thank you for your excellent work!
I have some questions about the Generator.
There are two implementation methods for upsampling in the code, "UpBlock" and "UpBlockComp", but the architecture in the paper does not mention the latter. I would like to ask when to use "UpBlock" and when to use "UpBlockComp"
Thank you for your excellent work!
I have some questions about the Generator.
There are two implementation methods for upsampling in the code, "UpBlock" and "UpBlockComp", but the architecture in the paper does not mention the latter. I would like to ask when to use "UpBlock" and when to use "UpBlockComp"
https://github.com/odegeasslbc/FastGAN-pytorch/blob/d34b36642ca30e3c48dac294c5a831c12fc7bb75/models.py#L99C1-L105C17
and
https://github.com/odegeasslbc/FastGAN-pytorch/blob/d34b36642ca30e3c48dac294c5a831c12fc7bb75/models.py#L108C1-L119C17
Hope to get your response.
The text was updated successfully, but these errors were encountered: