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

ZeroPad2D on GeometricTensor #50

Closed
surajp92 opened this issue Oct 4, 2021 · 0 comments
Closed

ZeroPad2D on GeometricTensor #50

surajp92 opened this issue Oct 4, 2021 · 0 comments

Comments

@surajp92
Copy link

surajp92 commented Oct 4, 2021

Is it possible to do ZeroPad2D on the geometric tensor? Specifically, I want my input image and output image to have the same dimension and I am using kernel size = 4. With the normal CNN, I can achieve this with pad = torch.nn.ZeroPad2d((2, 1, 2, 1)). How can I do this type of padding with equivariant CNNs?

@surajp92 surajp92 closed this as completed Oct 4, 2021
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