https://github.com/Project-MONAI/MONAI/
Raw File
Tip revision: 5eed058d96e7ca24877f5f2f9aba1e3330ca1345 authored by Nic Ma on 10 April 2021, 23:47:15 UTC
1987 Add support for a list of Tensor in metrics handlers (#1988)
Tip revision: 5eed058
pull_request_template.md
Fixes # .

### Description
A few sentences describing the changes proposed in this pull request.

### Status
**Ready/Work in progress/Hold**

### 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).
- [ ] 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`.
- [ ] In-line docstrings updated.
- [ ] Documentation updated, tested `make html` command in the `docs/` folder.
back to top