diff --git a/README.md b/README.md index 388cb20330..b854e40e3e 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/timm/version.py b/timm/version.py index 76585a5688..d521168af0 100644 --- a/timm/version.py +++ b/timm/version.py @@ -1 +1 @@ -__version__ = '1.0.10.dev0' +__version__ = '1.0.10'