From 3370053e719d9dd98223f85d45dd14e6b0cfc734 Mon Sep 17 00:00:00 2001 From: Ross Wightman Date: Mon, 20 Nov 2023 14:39:22 -0800 Subject: [PATCH] Update README --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 92490fcfdc..b83656932e 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,14 @@ * The Hugging Face Hub (https://huggingface.co/timm) is now the primary source for `timm` weights. Model cards include link to papers, original source, license. * Previous 0.6.x can be cloned from [0.6.x](https://github.com/rwightman/pytorch-image-models/tree/0.6.x) branch or installed via pip with version. +### Nov 20, 2023 +* Added significant flexibility for Hugging Face Hub based timm models via `model_args` config entry. `model_args` will be passed as kwargs through to models on creation. + * See example at https://huggingface.co/gaunernst/vit_base_patch16_1024_128.audiomae_as2m_ft_as20k/blob/main/config.json + * Usage: https://github.com/huggingface/pytorch-image-models/discussions/2035 +* Updated imagenet eval and test set csv files with latest models +* `vision_transformer.py` typing and doc cleanup by [Laureηt](https://github.com/Laurent2916) +* 0.9.11 release + ### Nov 3, 2023 * [DFN (Data Filtering Networks)](https://huggingface.co/papers/2309.17425) and [MetaCLIP](https://huggingface.co/papers/2309.16671) ViT weights added * DINOv2 'register' ViT model weights added (https://huggingface.co/papers/2309.16588, https://huggingface.co/papers/2304.07193)