Merge pull request #1804 from philipsgithub/patch-1

Update hub.py
pull/1812/head
Ross Wightman 2023-05-12 14:15:45 -07:00 committed by GitHub
commit ccb9dc4ec4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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