MUNIT
MUNIT copied to clipboard
Can we use torchvision's pretrain vgg16?
Can we switch to the official pretrained vgg16?
it is much easier to implement
also I was wondering why there's a missing max pooling in this repo's implementation
torch vision's (notice the highlighted M there):
this repo's (there's no max pooling after relu4_3):