Skip to content

Commit 19f2bfb

Browse files
authored
Update README.md
1 parent 4a67e13 commit 19f2bfb

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@
1212

1313
## What's New
1414

15+
## July 21, 2025
16+
* ROPE support added to NaFlexViT. All models covered by the EVA base (`eva.py`) including EVA, EVA02, Meta PE ViT, `timm` SBB ViT w/ ROPE, and Naver ROPE-ViT can be now loaded in NaFlexViT when `use_naflex=True` passed at model creation time
17+
* More Meta PE ViT encoders added, including small/tiny variants, lang variants w/ tiling, and more spatial variants.
18+
* PatchDropout fixed with NaFlexViT and also w/ EVA models (regression after adding Naver ROPE-ViT)
19+
* Fix XY order with grid_indexing='xy', impacted non-square image use in 'xy' mode (only ROPE-ViT and PE impacted).
20+
1521
## July 7, 2025
1622
* MobileNet-v5 backbone tweaks for improved Google Gemma 3n behaviour (to pair with updated official weights)
1723
* Add stem bias (zero'd in updated weights, compat break with old weights)
@@ -511,6 +517,7 @@ All model architecture families include variants with pretrained weights. There
511517
* Next-ViT - https://arxiv.org/abs/2207.05501
512518
* NFNet-F - https://arxiv.org/abs/2102.06171
513519
* NF-RegNet / NF-ResNet - https://arxiv.org/abs/2101.08692
520+
* PE (Perception Encoder) - https://arxiv.org/abs/2504.13181
514521
* PNasNet - https://arxiv.org/abs/1712.00559
515522
* PoolFormer (MetaFormer) - https://arxiv.org/abs/2111.11418
516523
* Pooling-based Vision Transformer (PiT) - https://arxiv.org/abs/2103.16302

0 commit comments

Comments
 (0)