Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

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.

This example shows the use case of inference with a pre-trained score function while taking into account available measurements, using the SURE-Based Robust MRI Reconstruction with Diffusion Models (SMRD) method.