From 6e9d6172c8deec38db5a57dec2454947d97ac343 Mon Sep 17 00:00:00 2001 From: Ross Wightman Date: Wed, 5 Aug 2020 22:19:59 -0700 Subject: [PATCH] A few typos and missed updates in changelog --- README.md | 8 +++++--- docs/changes.md | 10 ++++++---- 2 files changed, 11 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 3752a506..25abad63 100644 --- a/README.md +++ b/README.md @@ -10,14 +10,16 @@ Universal feature extraction, new models, new weights, new test sets. * ReXNet * (Modified Aligned) Xception41/65/71 (a proper port of TF models) * New trained weights - * SEResNet50 - 80.3 + * SEResNet50 - 80.3 top-1 * CSPDarkNet53 - 80.1 top-1 - * CSPResNeXt50 - 80.0 to-1 + * CSPResNeXt50 - 80.0 top-1 * DPN68b - 79.2 top-1 - * EfficientNet-Lite0 (non-TF ver) - 75.5 (trained by @hal-314) + * EfficientNet-Lite0 (non-TF ver) - 75.5 (submitted by [@hal-314](https://github.com/hal-314)) * Add 'real' labels for ImageNet and ImageNet-Renditions test set, see [`results/README.md`](results/README.md) +* Test set ranking/top-n diff script by [@KushajveerSingh](https://github.com/KushajveerSingh) * Train script and loader/transform tweaks to punch through more aug arguments * README and documentation overhaul. See initial (WIP) documentation at https://rwightman.github.io/pytorch-image-models/ +* adamp and sgdp optimizers added by [@hellbell](https://github.com/hellbell) ### June 11, 2020 Bunch of changes: diff --git a/docs/changes.md b/docs/changes.md index 0b5c3752..b041bd6a 100644 --- a/docs/changes.md +++ b/docs/changes.md @@ -7,16 +7,18 @@ Universal feature extraction, new models, new weights, new test sets. * New models * CSPResNet, CSPResNeXt, CSPDarkNet, DarkNet * ReXNet - * (Aligned) Xception41/65/71 (a proper port of TF models) + * (Modified Aligned) Xception41/65/71 (a proper port of TF models) * New trained weights - * SEResNet50 - 80.3 + * SEResNet50 - 80.3 top-1 * CSPDarkNet53 - 80.1 top-1 - * CSPResNeXt50 - 80.0 to-1 + * CSPResNeXt50 - 80.0 top-1 * DPN68b - 79.2 top-1 - * EfficientNet-Lite0 (non-TF ver) - 75.5 (submitted by @hal-314) + * EfficientNet-Lite0 (non-TF ver) - 75.5 (submitted by [@hal-314](https://github.com/hal-314)) * Add 'real' labels for ImageNet and ImageNet-Renditions test set, see [`results/README.md`](results/README.md) +* Test set ranking/top-n diff script by [@KushajveerSingh](https://github.com/KushajveerSingh) * Train script and loader/transform tweaks to punch through more aug arguments * README and documentation overhaul. See initial (WIP) documentation at https://rwightman.github.io/pytorch-image-models/ +* adamp and sgdp optimizers added by [@hellbell](https://github.com/hellbell) ### June 11, 2020 Bunch of changes: