Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,6 @@ tests/testing_data/*.tiff
tests/testing_data/schema.json
tests/testing_data/endo.mp4
tests/testing_data/ultrasound.avi
*.svg

# clang format tool
.clang-format-bin/
Expand Down
Binary file removed docs/images/federated.png
Binary file not shown.
245 changes: 245 additions & 0 deletions docs/images/federated.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/source/modules.md
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ A step-by-step [get started](https://github.com/Project-MONAI/tutorials/blob/mas

## Federated Learning

![federated-learning](../images/federated.png)
![federated-learning](../images/federated.svg)

Using the MONAI bundle configurations, we can use MONAI's [`MonaiAlgo`](https://docs.monai.io/en/latest/fl.html#monai.fl.client.MonaiAlgo) class (an implementation of the abstract [`ClientAlgo`](https://docs.monai.io/en/latest/fl.html#clientalgo) class for federated learning)
to execute bundles from the [MONAI model zoo](https://github.com/Project-MONAI/model-zoo).
Expand Down
2 changes: 1 addition & 1 deletion docs/source/whatsnew_1_0.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ The solution offers different levels of user experience for beginners and advanc
It has been tested on large-scale 3D medical imaging datasets in different modalities.

## Federated Learning Client
![federated-learning](../images/federated.png)
![federated-learning](../images/federated.svg)

MONAI now includes the federated learning client algorithm APIs that are exposed as an abstract base class
for defining an algorithm to be run on any federated learning platform.
Expand Down