Skip to content

Commit 2c988c3

Browse files
committed
Update README.md for NF-nets, bump version to 0.4.1 for merge
1 parent 2de54d1 commit 2c988c3

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.md

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

33
## What's New
44

5+
### Jan 30, 2012
6+
* Add initial "Normalization Free" NF-RegNet-B* and NF-ResNet model definitions based on [paper](https://arxiv.org/abs/2101.08692)
7+
58
### Jan 25, 2021
69
* Add ResNetV2 Big Transfer (BiT) models w/ ImageNet-1k and 21k weights from https://github.com/google-research/big_transfer
710
* Add official R50+ViT-B/16 hybrid models + weights from https://github.com/google-research/vision_transformer
@@ -164,6 +167,7 @@ A full version of the list below with source links can be found in the [document
164167
* Inception-ResNet-V2 and Inception-V4 - https://arxiv.org/abs/1602.07261
165168
* MobileNet-V3 (MBConvNet w/ Efficient Head) - https://arxiv.org/abs/1905.02244
166169
* NASNet-A - https://arxiv.org/abs/1707.07012
170+
* NF-RegNet / NF-ResNet - https://arxiv.org/abs/2101.08692
167171
* PNasNet - https://arxiv.org/abs/1712.00559
168172
* RegNet - https://arxiv.org/abs/2003.13678
169173
* ResNet/ResNeXt

timm/version.py

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

0 commit comments

Comments
 (0)