From b4a9a166c35b101d88ac152d130d8aea554dcb2e Mon Sep 17 00:00:00 2001 From: Ross Wightman Date: Mon, 14 Oct 2024 21:40:30 -0700 Subject: [PATCH] Version 1.0.10 --- README.md | 5 +++++ timm/version.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 388cb203..b854e40e 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 76585a56..d521168a 100644 --- a/timm/version.py +++ b/timm/version.py @@ -1 +1 @@ -__version__ = '1.0.10.dev0' +__version__ = '1.0.10'