mirror of
https://github.com/huggingface/pytorch-image-models.git
synced 2025-06-03 15:01:08 +08:00
Version 1.0.10
This commit is contained in:
parent
c3052fa19e
commit
b4a9a166c3
@ -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.
|
||||
|
||||
|
@ -1 +1 @@
|
||||
__version__ = '1.0.10.dev0'
|
||||
__version__ = '1.0.10'
|
||||
|
Loading…
x
Reference in New Issue
Block a user