Skip to content

Commit 88b13ec

Browse files
authored
Merge branch 'master' into 486-add-model-package
2 parents 0a88da1 + a187ea9 commit 88b13ec

File tree

3 files changed

+465
-0
lines changed

3 files changed

+465
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,9 @@ This uses the previous notebook's trained network to demonstrate deployment a we
138138
#### [NVFlare](./federated_learning/nvflare)
139139
The examples show how to train federated learning models with [NVFlare](https://pypi.org/project/nvflare/) and MONAI-based trainers.
140140

141+
#### [OpenFL](./federated_learning/openfl)
142+
The examples show how to train federated learning models based on [OpenFL](https://github.com/intel/openfl) and MONAI.
143+
141144
#### [Substra](./federated_learning/substra)
142145
The example show how to execute the 3d segmentation torch tutorial on a federated learning platform, Substra.
143146

modules/interpretability/cats_and_dogs.ipynb

Lines changed: 461 additions & 0 deletions
Large diffs are not rendered by default.

runner.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ pattern="-and -name '*' -and ! -wholename '*federated_learning*'\
6363
-and ! -wholename '*unetr_btcv*'\
6464
-and ! -wholename '*profiling_camelyon*'\
6565
-and ! -wholename '*profiling_train_base_nvtx*'\
66+
-and ! -wholename '*cats_and_dogs*'\
6667
-and ! -wholename '*benchmark_global_mutual_information*'"
6768
kernelspec="python3"
6869

0 commit comments

Comments
 (0)