File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 1- __version__ = '0.4.0 '
1+ __version__ = '0.4.1 '
You can’t perform that action at this time.
0 commit comments