Skip to content

Commit 9260cf5

Browse files
authored
Update README.md
1 parent f544d49 commit 9260cf5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,10 @@ And a big thanks to all GitHub sponsors who helped with some of my costs before
5757
* Including FastViT, MobileOne, RepGhostNet, EfficientViT (MSRA), RepViT, RepVGG, and LeViT
5858
* Preparing 0.9.6 'back to school' release
5959

60+
### Aug 11, 2023
61+
* Swin, MaxViT, CoAtNet, and BEiT models support resizing of image/window size on creation with adaptation of pretrained weights
62+
* Example validation cmd to test w/ non-square resize `python validate.py /imagenet --model swin_base_patch4_window7_224.ms_in22k_ft_in1k --amp --amp-dtype bfloat16 --input-size 3 256 320 --model-kwargs window_size=8,10 img_size=256,320`
63+
6064
### Aug 3, 2023
6165
* Add GluonCV weights for HRNet w18_small and w18_small_v2. Converted by [SeeFun](https://github.com/seefun)
6266
* Fix `selecsls*` model naming regression

0 commit comments

Comments
 (0)