Liming Jiang

Results 3 issues of Liming Jiang

Hi Yunjey @yunjey , Thanks for the excellent work. When I unzip the updated AFHQ v2 dataset, it shows an error like this: ``` Archive: afhq_v2.zip warning [afhq_v2.zip]: 2658013221 extra...

Hi, it seems that one max pooling layer `h = F.max_pool2d(h, kernel_size=2, stride=2)` is missing after `relu4_3` of `Vgg16`: https://github.com/NVlabs/MUNIT/blob/master/networks.py#L441 Please check. Thanks!

Hi @SushkoVadim @edgarschnfld , Thanks for the excellent work. Starting from SPADE, I noted that a series of papers provided the benchmark results on the ADE20K-outdoor dataset, a subset of...