ghlee94's picture
Init
2a13495
raw
history blame contribute delete
No virus
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,
)