Skip to content

Commit b4a9a16

Browse files
committed
Version 1.0.10
1 parent c3052fa commit b4a9a16

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

README.md

+5
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@
1212

1313
## What's New
1414

15+
16+
### Oct 14, 2024
17+
* Pre-activation (ResNetV2) version of 18/18d/34/34d ResNet model defs added by request (weights pending)
18+
* Release 1.0.10
19+
1520
### Oct 11, 2024
1621
* MambaOut (https://github.com/yuweihao/MambaOut) model & weights added. A cheeky take on SSM vision models w/o the SSM (essentially ConvNeXt w/ gating). A mix of original weights + custom variations & weights.
1722

timm/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '1.0.10.dev0'
1+
__version__ = '1.0.10'

0 commit comments

Comments
 (0)