Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
duynhm
/
LVM-Med
like
1
Feature Extraction
ONNX
PyTorch
English
medical
arxiv:
2306.11925
License:
cc-by-nc-2.0
Model card
Files
Files and versions
Community
64233c0
LVM-Med
/
segmentation_models_pytorch_example
/
base
/
__init__.py
duynhm
Initial commit
be2715b
over 1 year ago
raw
Copy download link
history
blame
163 Bytes
from
.model
import
SegmentationModel
from
.modules
import
(
Conv2dReLU,
Attention,
)
from
.heads
import
(
SegmentationHead,
ClassificationHead,
)