ZPdesu / SEAN

SEAN: Image Synthesis with Semantic Region-Adaptive Normalization (CVPR 2020, Oral)
https://zpdesu.github.io/SEAN/
Other
652 stars 95 forks source link

No activation in skip connections #18

Open shadow2496 opened 4 years ago

shadow2496 commented 4 years ago

Hi, while reading the code I noticed that SPADEResnetBlock.shortcut() doesn't apply an activation function between ACE and Conv. Since it's different from Figure 4 (B) in the paper, could you explain the reason for it? Thank you in advance