TAAL / data /src /Enums /model_enum.py
introvoyz041's picture
Migrated from GitHub
fa4c845 verified
Raw
History Blame Contribute Delete
135 Bytes
"""
Author: Mélanie Gaillochet
Date: 2020-10-06
"""
from Models.unet_2d import ModUNet2D
all_models = {
"ModUNet2D": ModUNet2D
}