GenerativeModels icon indicating copy to clipboard operation
GenerativeModels copied to clipboard

Add tutorial on generative models trained using federated scenario

Open Warvito opened this issue 3 years ago • 1 comments

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 avatar Dec 01 '22 13:12 Warvito

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

Warvito avatar Feb 13 '23 16:02 Warvito