MONAI
MONAI copied to clipboard
8328 nnunet bundle integration
Updates to #8328 and PR #8329
Description
Fixed nnUNet to MONAI Bundle functionalities:
- Support for trained checkpoint as a TorchScript
- Multi-channel input tensor
- Fixed issue on different axis permutation between nnUNet and MONAI loaders
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.
- [x] 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 htmlcommand in thedocs/folder.