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
Steps to reproduce the behavior:
import torch input = torch.randn(1,8,6,7,160) CL= slayer.block.cuba.Pool(neuron_params, kernel_size =(2,2) , stride = 2, padding =0) output = CL(input) output.shape
Expected behavior
After pooling, I expected to get the shape [1,8,3,3,160]
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered:
Thank you for you question. @bamsumit Could you take a look at it?
Sorry, something went wrong.
bamsumit
No branches or pull requests
Steps to reproduce the behavior:
Expected behavior
After pooling, I expected to get the shape [1,8,3,3,160]
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: