EndlessSora / TSIT

[ECCV 2020 Spotlight] A Simple and Versatile Framework for Image-to-Image Translation
Other
275 stars 33 forks source link

What is the network structure in the box? #4

Closed Gamkiu closed 3 years ago

Gamkiu commented 4 years ago

Hello, I have some questions about the paper. What is the network structure in the box(between the two Content ResBlk)? I didn't find the descriptions in your paper? And what you meaning of using Spectral Norm for all layers in the network? Is not Batch normalization and Instance normalization?

EndlessSora commented 4 years ago
  1. Please refer to Appendix C for additional implementation details.
  2. Spectral Norm is a weight normalization strategy proposed in Spectral Normalization for Generative Adversarial Networks to stabilize the GAN training. It is applied to the conv layers in our work.