GenerativeModels
GenerativeModels copied to clipboard
Add tutorial on generative models trained using federated scenario
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)
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