We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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!
h = F.max_pool2d(h, kernel_size=2, stride=2)
relu4_3
Vgg16
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi, it seems that one max pooling layer
h = F.max_pool2d(h, kernel_size=2, stride=2)
is missing afterrelu4_3
ofVgg16
:https://github.com/NVlabs/MUNIT/blob/master/networks.py#L441
Please check. Thanks!
The text was updated successfully, but these errors were encountered: