Version 1.0.10

This commit is contained in:
Ross Wightman 2024-10-14 21:40:30 -07:00
parent c3052fa19e
commit b4a9a166c3
2 changed files with 6 additions and 1 deletions

View File

@ -12,6 +12,11 @@
## What's New
### Oct 14, 2024
* Pre-activation (ResNetV2) version of 18/18d/34/34d ResNet model defs added by request (weights pending)
* Release 1.0.10
### Oct 11, 2024
* 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.

View File

@ -1 +1 @@
__version__ = '1.0.10.dev0'
__version__ = '1.0.10'