mirror of
https://github.com/huggingface/pytorch-image-models.git
synced 2025-06-03 15:01:08 +08:00
Prep for 0.9.9 release
This commit is contained in:
parent
f7762fee78
commit
855719fca6
@ -26,6 +26,13 @@
|
|||||||
* 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.
|
* 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.
|
* 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 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
|
||||||
|
* Add `quickgelu` ViT variants for OpenAI, DFN, MetaCLIP weights that use it (less efficient)
|
||||||
|
* Improved typing added to ResNet, MobileNet-v3 thanks to [Aryan](https://github.com/a-r-r-o-w)
|
||||||
|
* 0.9.9 release
|
||||||
|
|
||||||
### Oct 20, 2023
|
### Oct 20, 2023
|
||||||
* [SigLIP](https://huggingface.co/papers/2303.15343) image tower weights supported in `vision_transformer.py`.
|
* [SigLIP](https://huggingface.co/papers/2303.15343) image tower weights supported in `vision_transformer.py`.
|
||||||
* Great potential for fine-tune and downstream feature use.
|
* Great potential for fine-tune and downstream feature use.
|
||||||
|
@ -1 +1 @@
|
|||||||
__version__ = '0.9.8'
|
__version__ = '0.9.9'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user