-
-
Notifications
You must be signed in to change notification settings - Fork 96
Open
Description
Thanks for your reimplementation!
- In networks_stylegan.py, line 107
f = f[:, :, ::-1, ::-1], I think you should consider usef = torch.flip(f, [2, 3]) - In networks_stylegan.py, line 247,
x = self.noise(x, noise), I think you should consider add a condition judgement before this line, likeif self.noise is not None: - In defination of forward function of the
class GBlock, do you miss a 3x3 convolution between upsmaple and the first adaIn1?
yinghuozijin
Metadata
Metadata
Assignees
Labels
No labels