Other
English
Shanci's picture
Upload folder using huggingface_hub
26225c5 verified
raw
history blame
244 Bytes
"""Model components groups architectures ready to be used a `net` in a
LightningModule. These are complex architectures, on which a
LightningModule can add heads and train for different types of tasks.
"""
from .spt import *
from .mlp import *