MUNIT
MUNIT copied to clipboard
Missing max pooling layer in the Vgg16 network structure
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!