Skip to content

Commit 6e9d617

Browse files
committed
A few typos and missed updates in changelog
1 parent 57510fd commit 6e9d617

File tree

2 files changed

+11
-7
lines changed

2 files changed

+11
-7
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,16 @@ Universal feature extraction, new models, new weights, new test sets.
1010
* ReXNet
1111
* (Modified Aligned) Xception41/65/71 (a proper port of TF models)
1212
* New trained weights
13-
* SEResNet50 - 80.3
13+
* SEResNet50 - 80.3 top-1
1414
* CSPDarkNet53 - 80.1 top-1
15-
* CSPResNeXt50 - 80.0 to-1
15+
* CSPResNeXt50 - 80.0 top-1
1616
* DPN68b - 79.2 top-1
17-
* EfficientNet-Lite0 (non-TF ver) - 75.5 (trained by @hal-314)
17+
* EfficientNet-Lite0 (non-TF ver) - 75.5 (submitted by [@hal-314](https://github.com/hal-314))
1818
* Add 'real' labels for ImageNet and ImageNet-Renditions test set, see [`results/README.md`](results/README.md)
19+
* Test set ranking/top-n diff script by [@KushajveerSingh](https://github.com/KushajveerSingh)
1920
* Train script and loader/transform tweaks to punch through more aug arguments
2021
* README and documentation overhaul. See initial (WIP) documentation at https://rwightman.github.io/pytorch-image-models/
22+
* adamp and sgdp optimizers added by [@hellbell](https://github.com/hellbell)
2123

2224
### June 11, 2020
2325
Bunch of changes:

docs/changes.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,18 @@ Universal feature extraction, new models, new weights, new test sets.
77
* New models
88
* CSPResNet, CSPResNeXt, CSPDarkNet, DarkNet
99
* ReXNet
10-
* (Aligned) Xception41/65/71 (a proper port of TF models)
10+
* (Modified Aligned) Xception41/65/71 (a proper port of TF models)
1111
* New trained weights
12-
* SEResNet50 - 80.3
12+
* SEResNet50 - 80.3 top-1
1313
* CSPDarkNet53 - 80.1 top-1
14-
* CSPResNeXt50 - 80.0 to-1
14+
* CSPResNeXt50 - 80.0 top-1
1515
* DPN68b - 79.2 top-1
16-
* EfficientNet-Lite0 (non-TF ver) - 75.5 (submitted by @hal-314)
16+
* EfficientNet-Lite0 (non-TF ver) - 75.5 (submitted by [@hal-314](https://github.com/hal-314))
1717
* Add 'real' labels for ImageNet and ImageNet-Renditions test set, see [`results/README.md`](results/README.md)
18+
* Test set ranking/top-n diff script by [@KushajveerSingh](https://github.com/KushajveerSingh)
1819
* Train script and loader/transform tweaks to punch through more aug arguments
1920
* README and documentation overhaul. See initial (WIP) documentation at https://rwightman.github.io/pytorch-image-models/
21+
* adamp and sgdp optimizers added by [@hellbell](https://github.com/hellbell)
2022

2123
### June 11, 2020
2224
Bunch of changes:

0 commit comments

Comments
 (0)