Skip to content

Commit e9d6fe2

Browse files
committed
Update README for new weights. Version 0.4.2
1 parent 666de85 commit e9d6fe2

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
## What's New
44

5+
### Feb 8, 2021
6+
* Add several ResNet weights with ECA attention. 26t & 50t trained @ 256, test @ 320. 269d train @ 256, fine-tune @320, test @ 352.
7+
* `ecaresnet26t` - 79.88 top-1 @ 320x320, 79.08 @ 256x256
8+
* `ecaresnet50t` - 82.35 top-1 @ 320x320, 81.52 @ 256x256
9+
* `ecaresnet269d` - 84.93 top-1 @ 352x352, 84.87 @ 320x320
10+
* Remove separate tiered (`t`) vs tiered_narrow (`tn`) ResNet model defs, all `tn` changed to `t` and `t` models removed (`seresnext26t_32x4d` only model w/ weights that was removed).
11+
* Support model default_cfgs with separate train vs test resolution `test_input_size`
12+
513
### Jan 30, 2012
614
* Add initial "Normalization Free" NF-RegNet-B* and NF-ResNet model definitions based on [paper](https://arxiv.org/abs/2101.08692)
715

timm/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.4.1'
1+
__version__ = '0.4.2'

0 commit comments

Comments
 (0)