Holger Roth

Results 14 issues of Holger Roth

Fixes #4563. ### Description Comparing to https://github.com/Project-MONAI/MONAI/pull/4888 ### Status **Hold** ### Types of changes - [x] Non-breaking change (fix or new feature that would not break existing functionality). - [...

**Is your feature request related to a problem? Please describe.** It should be possible to abort/finalize a running Trainer by calling the API (rather than ctr+C). This will be helpful...

enhancement

**Is your feature request related to a problem? Please describe.** Currently, [SupervisedTrainer](https://github.com/Project-MONAI/MONAI/blob/d34fa14eed3191126fc1bc1a9751e69e0396f78b/monai/engines/trainer.py#L64) supports controlling the number of iterations by adjusting `epoch_length` and `max_epochs`. It would be nice to be able...

Feature request

**Is your feature request related to a problem? Please describe.** Currently, the Trainer's [get_train_stats](https://github.com/Project-MONAI/MONAI/blob/d34fa14eed3191126fc1bc1a9751e69e0396f78b/monai/engines/trainer.py#L60)() function is returning a fixed set of stats ``` def get_train_stats(self) -> dict[str, float]: return {"total_epochs":...

enhancement

**Is your feature request related to a problem? Please describe.** This example needs updating to use new MONAIAlgo and bundle configuration (once ready) https://github.com/Project-MONAI/tutorials/tree/main/federated_learning/nvflare/nvflare_spleen_example **Describe the solution you'd like** Update...

tutorials

**Describe the bug** A clear and concise description of what the bug is. Please only create issues here relating to the functioning of the tutorials. For all other questions/problems/bugs, please...

bug

Fixes #5196. ### Description Add api function that allows FL systems to request summary statistics, i.e. `get_data_stats` in new `ClientStats` class. `MonaiStats` is added to provide implementation based on Monai...

**Is your feature request related to a problem? Please describe.** Add federated statistics support. **Describe the solution you'd like** Add get_data_stats() function to `ClientAlgo` and implement in `MonaiAlgo`. **Describe alternatives...

Signed-off-by: Holger Roth 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...

**Is your feature request related to a problem? Please describe.** Support multi-gpu training with MonaiAlgo **Describe the solution you'd like** Add a flag to support multi-gpu training with MonaiAlgo using...