ameerazam08's picture
Upload folder using huggingface_hub
e34aada verified
raw
history blame
164 Bytes
from .model import SegmentationModel
from .modules import (
Conv2dReLU,
Attention,
)
from .heads import (
SegmentationHead,
ClassificationHead,
)