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
93e4fcc
LVM-Med
/
segmentation_models_pytorch_example
/
__version__.py
duynhm
Initial commit
be2715b
over 1 year ago
raw
Copy download link
history
blame
63 Bytes
VERSION = (
0
,
2
,
0
)
__version__ =
'.'
.join(
map
(
str
, VERSION))