You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12-1Lines changed: 12 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,6 +23,10 @@ I'm fortunate to be able to dedicate significant time and money of my own suppor
23
23
24
24
## What's New
25
25
26
+
### March 23, 2022
27
+
* Add `ParallelBlock` and `LayerScale` option to base vit models to support model configs in [Three things everyone should know about ViT](https://arxiv.org/abs/2203.09795)
28
+
*`convnext_tiny_hnf` (head norm first) weights trained with (close to) A2 recipe, 82.2% top-1, could do better with more epochs.
29
+
26
30
### March 21, 2022
27
31
* Merge `norm_norm_norm`. **IMPORTANT** this update for a coming 0.6.x release will likely de-stabilize the master branch for a while. Branch `0.5.x` or a previous 0.5.x release can be used if stability is required.
28
32
* Significant weights update (all TPU trained) as described in this [release](https://github.com/rwightman/pytorch-image-models/releases/tag/v0.1-tpu-weights)
@@ -45,7 +49,8 @@ I'm fortunate to be able to dedicate significant time and money of my own suppor
45
49
*`resnetrs200` - 83.85 @ 256, 84.44 @ 320
46
50
* HuggingFace hub support fixed w/ initial groundwork for allowing alternative 'config sources' for pretrained model definitions and weights (generic local file / remote url support soon)
47
51
* SwinTransformer-V2 implementation added. Submitted by [Christoph Reich](https://github.com/ChristophReich1996). Training experiments and model changes by myself are ongoing so expect compat breaks.
48
-
* MobileViT models w/ weights adapted from https://github.com/apple/ml-cvnets (
52
+
* Swin-S3 (AutoFormerV2) models / weights added from https://github.com/microsoft/Cream/tree/main/AutoFormerV2
53
+
* MobileViT models w/ weights adapted from https://github.com/apple/ml-cvnets
49
54
* PoolFormer models w/ weights adapted from https://github.com/sail-sg/poolformer
50
55
* VOLO models w/ weights adapted from https://github.com/sail-sg/volo
51
56
* Significant work experimenting with non-BatchNorm norm layers such as EvoNorm, FilterResponseNorm, GroupNorm, etc
@@ -344,13 +349,16 @@ A full version of the list below with source links can be found in the [document
0 commit comments