File tree Expand file tree Collapse file tree 3 files changed +465
-0
lines changed Expand file tree Collapse file tree 3 files changed +465
-0
lines changed Original file line number Diff line number Diff line change @@ -138,6 +138,9 @@ This uses the previous notebook's trained network to demonstrate deployment a we
138
138
#### [ NVFlare] ( ./federated_learning/nvflare )
139
139
The examples show how to train federated learning models with [ NVFlare] ( https://pypi.org/project/nvflare/ ) and MONAI-based trainers.
140
140
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
+
141
144
#### [ Substra] ( ./federated_learning/substra )
142
145
The example show how to execute the 3d segmentation torch tutorial on a federated learning platform, Substra.
143
146
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change @@ -63,6 +63,7 @@ pattern="-and -name '*' -and ! -wholename '*federated_learning*'\
63
63
-and ! -wholename '*unetr_btcv*'\
64
64
-and ! -wholename '*profiling_camelyon*'\
65
65
-and ! -wholename '*profiling_train_base_nvtx*'\
66
+ -and ! -wholename '*cats_and_dogs*'\
66
67
-and ! -wholename '*benchmark_global_mutual_information*'"
67
68
kernelspec=" python3"
68
69
You can’t perform that action at this time.
0 commit comments