From 7430a85d07a7f335e18c2225fda4a5e7b60b995c Mon Sep 17 00:00:00 2001 From: Ross Wightman Date: Thu, 28 Jul 2022 15:07:11 -0700 Subject: [PATCH] Update README, bump version to 0.6.8 --- README.md | 3 +++ timm/version.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1ef8f1ba..adb43971 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,9 @@ And a big thanks to all GitHub sponsors who helped with some of my costs before ## What's New +### July 28, 2022 +* Add freshly minted DeiT-III Medium (width=512, depth=12, num_heads=8) model weights. Thanks [Hugo Touvron](https://github.com/TouvronHugo)! + ### July 27, 2022 * All runtime benchmark and validation result csv files are finally up-to-date! * A few more weights & model defs added: diff --git a/timm/version.py b/timm/version.py index 400a1047..085bc856 100644 --- a/timm/version.py +++ b/timm/version.py @@ -1 +1 @@ -__version__ = '0.6.7' +__version__ = '0.6.8'