1
0
mirror of https://github.com/huggingface/pytorch-image-models.git synced 2025-06-03 06:41:35 +08:00

5 lines
146 B
Python
Raw Normal View History

from ._hub import *
import warnings
warnings.warn(f"Importing from {__name__} is deprecated, please import via timm.models", DeprecationWarning)