Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding padding option to autoencoder (#7068)
Fixes #7045 . ### Description Added "padding" option to `monai/network/nets/autoencoder.py` such that the conv and residual units will be passed the padding option. ### Types of changes <!--- Put an `x` in all the boxes that apply, and remove the not applicable items --> - [x] Non-breaking change (fix or new feature that would not break existing functionality). - [ ] New tests added to cover the changes. - [ ] Integration tests passed locally by running `./runtests.sh -f -u --net --coverage`. - [x] Quick tests passed locally by running `./runtests.sh --quick --unittests --disttests`. - [x] In-line docstrings updated. - [x] Documentation updated, tested `make html` command in the `docs/` folder. ### Notes I haven't been able to run the `./runtests.sh`, even tried running `./runtests.sh -h` and got no output (no error or anything). I guess I don't have permissions to run `.sh` files on this machine. However the changes are very small and default to previous functionality so unless somebody passes a padding argument, this should not break existing usage of the function. --------- Signed-off-by: Jupilogy <[email protected]>
- Loading branch information