Closed Saanidhyavats closed 1 week ago
@awni We have implemented Maxpool3d and Avgpool3d, if it looks good then we can proceed with adding tests to it.
I think after merging the pooling was removed?
Could you add pool3d back, rebase on main and push force to the same branch? Then I will run the tests and merge if they pass.
Also, sorry for the nitpicking but do you mind putting _Pool3d
together with _Pool2d
class (higher in the file), implementing average pooling 3d and writing docstrings for the new layers? The docstrings don't have to be as verbose as for the rest of the pooling layers but they should exist at least.
Thanks!
I think after merging the pooling was removed?
Could you add pool3d back, rebase on main and push force to the same branch? Then I will run the tests and merge if they pass.
Also, sorry for the nitpicking but do you mind putting
_Pool3d
together with_Pool2d
class (higher in the file), implementing average pooling 3d and writing docstrings for the new layers? The docstrings don't have to be as verbose as for the rest of the pooling layers but they should exist at least.Thanks!
@angeloskath We have made the suggested changes. I think this is ready to merge. Let me know if anything else is required from our side.
@angeloskath do you think anything needs any correction?
@angeloskath @awni Could you confirm if everything is fine, and if so, would it be possible to merge it?
Proposed changes
Solves #1512
Added pool3d class and maxpool3d in pooling.py file
Please include a description of the problem or feature this PR is addressing. If there is a corresponding issue, include the issue #.
Checklist
Put an
x
in the boxes that apply.pre-commit run --all-files
to format my code / installed pre-commit prior to committing changes