Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ghlee94
/
MEDIAR
like
3
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
bd25e7c
MEDIAR
/
segmentation_models_pytorch
/
utils
/
__init__.py
ghlee94
Init
2a13495
about 2 years ago
raw
Copy download link
history
blame
Safe
202 Bytes
import
warnings
from
.
import
train
from
.
import
losses
from
.
import
metrics
warnings.warn(
"`smp.utils` module is deprecated and will be removed in future releases."
,
DeprecationWarning,
)