Project-MONAI / GenerativeModels

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

Update the vq-vae+transformer tutorial to make use of the inferer class #338

Closed marksgraham closed 1 year ago

marksgraham commented 1 year ago

The VQ-VAE + transformer tutorial should make use of the VQVAETransformerInferer class instead of using custom functions for training and sampling

Warvito commented 1 year ago

Implements in #347