Project-MONAI / GenerativeModels

MONAI Generative Models makes it easy to train, evaluate, and deploy generative models and related applications
Apache License 2.0
592 stars 81 forks source link

Add tutorial on generative models trained using federated scenario #111

Open Warvito opened 1 year ago

Warvito commented 1 year ago

Create a tutorial that uses monai.fl tools to train a generative models. It can use any FL tools for it (reccomend start with NVFlare), but it should use MONAIAlgo or ClientAlgo as clients (https://github.com/Project-MONAI/MONAI/tree/dev/monai/fl/client)

Warvito commented 1 year ago

To be able to train any model including adversarial components, we relies on this issue https://github.com/Project-MONAI/MONAI/issues/5371 to be able to share multiple networks between client and server