Ross Wightman
|
21812d33aa
|
Add prelim efficientnet_v2s weights from 224x224 train, eval 83.3 @ 288. Add eca_nfnet_l1 weights, train at 256, eval 84 @ 320.
|
2021-04-11 23:26:13 -07:00 |
Ross Wightman
|
2bb65bd875
|
Wrong default_cfg pool_size for L1
|
2021-04-01 20:00:41 -07:00 |
Ross Wightman
|
9071568f0e
|
Add weights for SE NFNet-L0 model, rename nfnet_l0b -> nfnet_l0. 82.75 top-1 @ 288. Add nfnet_l1 model def for training.
|
2021-04-01 17:22:27 -07:00 |
Ross Wightman
|
14ac4abf74
|
Change huggingface hub revision delimiter to '@', add hf_hub reference for eca_nfnet_l0 model as an example.
|
2021-03-18 11:38:06 -07:00 |
Ross Wightman
|
740f32c96a
|
Add ECA-NFNet-L0 weights and update model name. Update README and bump version to 0.4.6
|
2021-03-17 13:55:32 -07:00 |
Ross Wightman
|
317ea3e599
|
Tweak NFNet, ResNetV2, RexNet feature extraction, use pre-act features for simplicty. Update tests for pytorch 1.8. 0.4.5 version bump.
|
2021-03-06 12:48:06 -08:00 |
Ross Wightman
|
678ba4e0a2
|
Add NFNet-F model weights ported from DeepMind Haiku impl and new set of models w/ compatible config.
|
2021-02-18 12:28:46 -08:00 |
Ross Wightman
|
5f9aff395c
|
Fix stem width in NFNet-F models, add some more comments, add some 'light' NFNet models for testing.
|
2021-02-13 16:58:51 -08:00 |
Ross Wightman
|
d86dbe45c2
|
Update README.md and few more comments
|
2021-02-12 22:07:18 -08:00 |
Ross Wightman
|
0d253e2c5e
|
Fix issue with nfnet tests, bit more cleanup.
|
2021-02-12 21:05:41 -08:00 |
Ross Wightman
|
cb06c7a910
|
Add NFNet-F models and tweak existing NF models.
|
2021-02-12 18:28:56 -08:00 |
Ross Wightman
|
e4de077021
|
Add first 'Normalizer Free' models. nf_regnet_b1 79.3 @ 288x288 test, and nf_resnet50 80.3 @ 256x256 test (80.68 @ 288x288).
|
2021-02-11 13:20:11 -08:00 |
Ross Wightman
|
dc85e5a237
|
Add ByobNet w/ GPU-EfficientNets and RepVGG. Also add classic vgg models.
|
2021-02-09 16:22:52 -08:00 |
Ross Wightman
|
f0e65e37b7
|
Fix NF-ResNet101 model defs
|
2021-01-30 23:26:19 -08:00 |
Ross Wightman
|
2de54d174a
|
Fix pool size defs for NFNet models, add a comment.
|
2021-01-30 18:02:33 -08:00 |
Ross Wightman
|
90980de4a9
|
Fix up a few details in NFResNet models, managed stable training. Add support for gamma gain to be applied in activation or ScaleStdConv. Some tweaks to ScaledStdConv.
|
2021-01-30 16:32:07 -08:00 |
Ross Wightman
|
5a8e1e643e
|
Initial Normalizer-Free Reg/ResNet impl. A bit of related layer refactoring.
|
2021-01-27 22:06:57 -08:00 |