Ross Wightman
|
9de2ec5e44
|
Update README for AGC and bump version to 0.4.4
|
2021-02-16 09:13:03 -08:00 |
Ross Wightman
|
d86dbe45c2
|
Update README.md and few more comments
|
2021-02-12 22:07:18 -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
|
ca9b078ac7
|
Update README.md and docs. Version bumped to 0.4.3
|
2021-02-10 14:46:07 -08:00 |
Ross Wightman
|
aaa715b1e9
|
Update README.md
|
2021-02-08 12:04:48 -08:00 |
Ross Wightman
|
a39c3ee216
|
Merge branch 'master' into eca-weights
|
2021-02-08 11:52:31 -08:00 |
Ross Wightman
|
e9d6fe293c
|
Update README for new weights. Version 0.4.2
|
2021-02-08 11:51:16 -08:00 |
Ross Wightman
|
3a7aa95f7e
|
Update README.md
|
2021-02-05 07:39:21 -08:00 |
Ross Wightman
|
2c988c3b6e
|
Update README.md for NF-nets, bump version to 0.4.1 for merge
|
2021-01-30 23:19:45 -08:00 |
Ross Wightman
|
745bc5f723
|
Mention 21k ViT weights in README.md
|
2021-01-25 12:26:55 -08:00 |
Ross Wightman
|
587780e56b
|
Update README.md and bump version to 0.4.0
|
2021-01-25 11:22:11 -08:00 |
Ross Wightman
|
58ccf43150
|
Add BiT references and knowledge distill links to readme/docs
|
2021-01-16 12:30:02 -08:00 |
Ross Wightman
|
19816fe226
|
Add citation info
|
2021-01-03 15:46:12 -08:00 |
Ross Wightman
|
1d01c2b68c
|
Update README.md
|
2021-01-03 12:49:31 -08:00 |
Ross Wightman
|
7a75b8d033
|
Update README.md
|
2020-12-18 17:27:57 -08:00 |
Ross Wightman
|
b1f1228a41
|
Add ResNet101D, 152D, and 200D weights, remove meh 66d model
|
2020-12-18 17:13:37 -08:00 |
Ross Wightman
|
51d74d91da
|
Update README.md
|
2020-12-07 09:59:50 -08:00 |
Roger Shieh
|
a7f6126b92
|
Update README.md
|
2020-11-24 09:02:37 +08:00 |
Ross Wightman
|
46f15443be
|
Update README.md and docs in prep for 0.3.0 PyPi release.
|
2020-10-30 13:27:19 -07:00 |
Ross Wightman
|
736f209e7d
|
Update vision transformers to be compatible with official code. Port official ViT weights from jax impl.
|
2020-10-26 18:42:11 -07:00 |
Ross Wightman
|
27a93e9de7
|
Improve test crop for ViT models. Small now 77.85, added base weights at 79.35 top-1.
|
2020-10-21 23:35:25 -07:00 |
Ross Wightman
|
be53107e8a
|
Update README, ensure vit excluded from all tests (not ready)
|
2020-10-13 14:51:08 -07:00 |
Ross Wightman
|
c40384f5bd
|
Add ResNet weights. 80.5 (top-1) ResNet-50-D, 77.1 ResNet-34-D, 72.7 ResNet-18-D.
|
2020-09-18 12:05:37 -07:00 |
Ross Wightman
|
9ce42d5c5a
|
Update README.md
|
2020-09-03 10:48:25 -07:00 |
Ross Wightman
|
0729dbe865
|
Update README.md
|
2020-09-03 10:48:11 -07:00 |
Ross Wightman
|
33f8a1bf36
|
Updated README, add wide_resnet50_2 and seresnext50_32x4d weights
|
2020-09-03 10:45:17 -07:00 |
Ross Wightman
|
6d158adfe9
|
Update README.md
|
2020-08-26 15:15:51 -07:00 |
Ross Wightman
|
fa26f6c1cf
|
Update README.md
|
2020-08-12 23:26:59 -07:00 |
Ross Wightman
|
f614df7921
|
Bump version to 0.2.1 and update README
|
2020-08-12 18:05:07 -07:00 |
Ross Wightman
|
6e9d6172c8
|
A few typos and missed updates in changelog
|
2020-08-05 22:19:59 -07:00 |
Ross Wightman
|
1696499ce5
|
Bump version to 0.2.0, ready to roll (I think)
|
2020-08-05 16:55:18 -07:00 |
Ross Wightman
|
e62758cf4f
|
More documentation updates, fix a typo
|
2020-08-05 15:59:31 -07:00 |
Ross Wightman
|
5e333b899f
|
README / doc tweaks
|
2020-08-05 13:17:39 -07:00 |
Ross Wightman
|
e3f58fc90c
|
Continuing README and documentation updates
|
2020-08-05 10:38:35 -07:00 |
Ross Wightman
|
e3c11a36dc
|
Start updating README and docs
|
2020-08-04 16:55:02 -07:00 |
Ross Wightman
|
328339a086
|
Add ESE-VoVNet-19-DW weights
|
2020-06-15 14:31:55 -07:00 |
Ross Wightman
|
f225ae8e59
|
Update README with model results and attribution. Make scheduler factory bit more robust to arg differences, add noise to plateau lr and fix min/max.
|
2020-06-12 13:33:12 -07:00 |
Ross Wightman
|
39f27c1add
|
Almost ready to merge, vovnet typo, version bump, readme addition
|
2020-06-11 15:41:58 -07:00 |
Ross Wightman
|
208e7912f7
|
Missed one of the abalation model entrypoints, update README
|
2020-05-12 13:36:31 -07:00 |
Ross Wightman
|
f4cdc2ac31
|
Add ResNeSt models
|
2020-05-11 23:27:09 -07:00 |
Ross Wightman
|
353a79aeba
|
Update README.md
|
2020-05-03 21:24:49 -07:00 |
Ross Wightman
|
a4d20a1cb8
|
Update README.md
|
2020-05-01 19:22:35 -07:00 |
Ross Wightman
|
c99a5abed4
|
Merge pull request #115 from rwightman/mobilenetv2-experiment
MobileNet-V2 experiments
|
2020-04-05 17:32:06 -07:00 |
Ross Wightman
|
e34074b4da
|
Add final weights for MobileNet-V2 experiments
|
2020-04-05 17:31:02 -07:00 |
Ross Wightman
|
5a16c533ff
|
Add better resnext50_32x4d weights trained by andravin
|
2020-03-18 14:43:50 -07:00 |
Ross Wightman
|
3406e582cf
|
Add EfficientNet-Lite results, update README
|
2020-03-18 13:12:30 -07:00 |
Ross Wightman
|
c16f25ced2
|
Add MobileNetV3 Large weights, results, update README and sotabench for merge
|
2020-02-29 20:37:20 -08:00 |
Ross Wightman
|
f1860ef3a5
|
Update README.md, check in hubconf experiment (fully dynamic)
|
2020-02-18 14:41:14 -08:00 |
Ross Wightman
|
b9496995d8
|
Add L2-475 PyTorch preprocessing result, update sotabench for new weights
|
2020-02-12 13:20:37 -08:00 |
Ross Wightman
|
ba15ca47e8
|
Add ported EfficientNet-L2, B0-B7 NoisyStudent weights from TF TPU
|
2020-02-12 11:26:38 -08:00 |