StyleSwap
StyleSwap copied to clipboard
architecture in code is different with paper's
Hi thank you for the incredible work. I'm confused with the mismatch in paper and code. In the code, you follow the GPEN, which is your reference paper. Features from the encoder are concatenated "not before" the upsample, but after 2 convolutions in building block. Is there any reason for that? It confused me. Because the paper's architecture is new to me, but not the implementation.