We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65e8e9c commit 8cb2548Copy full SHA for 8cb2548
README.md
@@ -12,6 +12,9 @@
12
13
## What's New
14
15
+## Oct 16, 2024
16
+* Fix error on importing from deprecated path `timm.models.registry`, increased priority of existing deprecation warnings to be visible
17
+* Port weights of InternViT-300M (https://huggingface.co/OpenGVLab/InternViT-300M-448px) to `timm` as `vit_intern300m_patch14_448`
18
19
### Oct 14, 2024
20
* Pre-activation (ResNetV2) version of 18/18d/34/34d ResNet model defs added by request (weights pending)
timm/version.py
@@ -1 +1 @@
1
-__version__ = '1.0.10'
+__version__ = '1.0.11'
0 commit comments