We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cc77096 + fc77e9e commit ccb9dc4Copy full SHA for ccb9dc4
timm/models/hub.py
@@ -1,4 +1,4 @@
1
-from _hub import *
+from ._hub import *
2
3
import warnings
4
warnings.warn(f"Importing from {__name__} is deprecated, please import via timm.models", DeprecationWarning)
0 commit comments