Skip to content
New issue

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

Missing max pooling layer in the Vgg16 network structure #94

Open
EndlessSora opened this issue Aug 19, 2020 · 0 comments
Open

Missing max pooling layer in the Vgg16 network structure #94

EndlessSora opened this issue Aug 19, 2020 · 0 comments

Comments

@EndlessSora
Copy link

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant