aboutsummaryrefslogtreecommitdiff
path: root/models/__init__.py
blob: db05aa906e9124a199d68e3d418aa27a916bc72d (plain) (blame)
1
2
3
4
5
6
"""
Model definitions for MNIST Diffusion.
"""

from .unet import UNetMNIST
from .autoencoder import AEModule, Autoencoder