Skip to content

Commit f614df7

Browse files
committed
Bump version to 0.2.1 and update README
1 parent b423bc8 commit f614df7

File tree

3 files changed

+17
-1
lines changed

3 files changed

+17
-1
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
## What's New
44

5+
### Aug 12, 2020
6+
* New/updated weights from training experiments
7+
* EfficientNet-B3 - 82.1 top-1 (vs 81.6 for official with AA and 81.9 for AdvProp)
8+
* RegNetY-3.2GF - 82.0 top-1 (78.9 from official ver)
9+
* CSPResNet50 - 79.6 top-1 (76.6 from official ver)
10+
* Add CutMix integrated w/ Mixup. See [pull request](https://github.com/rwightman/pytorch-image-models/pull/218) for some usage examples
11+
* Some fixes for using pretrained weights with `in_chans` != 3 on several models.
12+
513
### Aug 5, 2020
614
Universal feature extraction, new models, new weights, new test sets.
715
* All models support the `features_only=True` argument for `create_model` call to return a network that extracts feature maps from the deepest layer at each stride.

docs/changes.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Recent Changes
22

3+
### Aug 12, 2020
4+
* New/updated weights from training experiments
5+
* EfficientNet-B3 - 82.1 top-1 (vs 81.6 for official with AA and 81.9 for AdvProp)
6+
* RegNetY-3.2GF - 82.0 top-1 (78.9 from official ver)
7+
* CSPResNet50 - 79.6 top-1 (76.6 from official ver)
8+
* Add CutMix integrated w/ Mixup. See [pull request](https://github.com/rwightman/pytorch-image-models/pull/218) for some usage examples
9+
* Some fixes for using pretrained weights with `in_chans` != 3 on several models.
10+
311
### Aug 5, 2020
412
Universal feature extraction, new models, new weights, new test sets.
513

timm/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.2.0'
1+
__version__ = '0.2.1'

0 commit comments

Comments
 (0)