mirror of
https://github.com/huggingface/pytorch-image-models.git
synced 2025-06-03 15:01:08 +08:00
Update README.md for NF-nets, bump version to 0.4.1 for merge
This commit is contained in:
parent
2de54d174a
commit
2c988c3b6e
@ -2,6 +2,9 @@
|
||||
|
||||
## What's New
|
||||
|
||||
### Jan 30, 2012
|
||||
* Add initial "Normalization Free" NF-RegNet-B* and NF-ResNet model definitions based on [paper](https://arxiv.org/abs/2101.08692)
|
||||
|
||||
### Jan 25, 2021
|
||||
* Add ResNetV2 Big Transfer (BiT) models w/ ImageNet-1k and 21k weights from https://github.com/google-research/big_transfer
|
||||
* 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
|
||||
* Inception-ResNet-V2 and Inception-V4 - https://arxiv.org/abs/1602.07261
|
||||
* MobileNet-V3 (MBConvNet w/ Efficient Head) - https://arxiv.org/abs/1905.02244
|
||||
* NASNet-A - https://arxiv.org/abs/1707.07012
|
||||
* NF-RegNet / NF-ResNet - https://arxiv.org/abs/2101.08692
|
||||
* PNasNet - https://arxiv.org/abs/1712.00559
|
||||
* RegNet - https://arxiv.org/abs/2003.13678
|
||||
* ResNet/ResNeXt
|
||||
|
@ -1 +1 @@
|
||||
__version__ = '0.4.0'
|
||||
__version__ = '0.4.1'
|
||||
|
Loading…
x
Reference in New Issue
Block a user