-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Description
Hi, thanks for sharing the implementation of pi-gan.
I quickly go through the network part and find that there might be a bug in the mapping network:
| return self.to_gamma(x), self.to_beta(x) |
In my understanding, the gamma and beta for different SIREN block should be different. In the original styleGAN implementation, the gamma and beta for each AdaIN block are obtained via different fc layers. However in the implementation here, seems that gamma and beta are the same for all layers.
The original pi-gan paper does not describe this part clearly but only says that gamma and beta comes from the mapping network. I wonder if this different w.r.t the stylegan is a bug or not.
zhangmozhe and RodneyPerhaps
Metadata
Metadata
Assignees
Labels
No labels