MONAI icon indicating copy to clipboard operation
MONAI copied to clipboard

add multi-gpu support to MonaiAlgo

Open holgerroth opened this issue 1 year ago • 0 comments

Signed-off-by: Holger Roth [email protected]

Fixes #5133.

Description

Add a flag to support multi-gpu training.

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.

holgerroth avatar Sep 12 '22 23:09 holgerroth