Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 827 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 827 Bytes

MONAI Generative Model Example

This folder contains examples for training and validating a MONAI Generative Model.

The examples are designed as demonstration to showcase the training process for this type of network using MONAI Generative models. To achieve optimal performance, it is recommended that users to adjust the network and hyper-parameters based on their device and training dataset.

Installation

pip install lpips
pip install monai-generative==0.2.2

Example shows the use cases of training and validating a 3D Latent Diffusion Model on Brats 2016&2017 data.

Example shows the use cases of training and validating a 2D Latent Diffusion Model on axial slices from Brats 2016&2017 data.