MONAI icon indicating copy to clipboard operation
MONAI copied to clipboard

Split Forward Pass of Feature Maps in 3D Convolution

Open dongyang0122 opened this issue 2 years ago • 0 comments

Fixes part of #7209.

Description

Split the forward pass of feature maps in convolution into a for loop.

Types of changes

  • [x] Non-breaking change (fix or new feature that would not break existing functionality).
  • [ ] Breaking change (fix or new feature that would cause existing functionality to change).
  • [ ] New tests added to cover the changes.
  • [ ] Integration tests passed locally by running ./runtests.sh -f -u --net --coverage.
  • [ ] Quick tests passed locally by running ./runtests.sh --quick --unittests --disttests.
  • [ ] In-line docstrings updated.
  • [ ] Documentation updated, tested make html command in the docs/ folder.

dongyang0122 avatar Nov 08 '23 18:11 dongyang0122