update_history_en.md 2.0 KB
Newer Older
1 2
# Release Notes

L
littletomatodonkey 已提交
3 4 5 6 7


- 2021.01.27
   * Add ViT and DeiT pretrained models, ViT's Top-1 Acc on ImageNet reaches 81.05%, and DeiT reaches 85.5%.

L
littletomatodonkey 已提交
8 9 10
- 2021.01.08
    * Add support for whl package and its usage, Model inference can be done by simply install paddleclas using pip.

L
littletomatodonkey 已提交
11 12 13
- 2020.12.16
    * Add support for TensorRT when using cpp inference to obain more obvious acceleration.

14 15 16
- 2020.12.06
    * Add `SE_HRNet_W64_C_ssld` pretrained model, whose Top-1 Acc on ImageNet1k dataset reaches 84.75%.

17 18
- 2020.11.23
    * Add `GhostNet_x1_3_ssld` pretrained model, whose Top-1 Acc on ImageNet1k dataset reaches 79.38%.
L
littletomatodonkey 已提交
19

20 21
- 2020.11.09
    * Add `InceptionV3` architecture and pretrained model, whose Top-1 Acc on ImageNet1k dataset reaches 79.1%.
L
littletomatodonkey 已提交
22

littletomatodonkey's avatar
littletomatodonkey 已提交
23 24 25 26
* 2020.10.20
    * Add `Res2Net50_vd_26w_4s_ssld` pretrained model, whose Top-1 Acc on ImageNet1k dataset reaches 83.1%.
    * Add `Res2Net101_vd_26w_4s_ssld` pretrained model, whose Top-1 Acc on ImageNet1k dataset reaches 83.9%.

27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60
- 2020.10.12
    * Add Paddle-Lite demo.

- 2020.10.10
    * Add cpp inference demo.
    * Improve FAQ tutorials.

* 2020.09.17
    * Add `HRNet_W48_C_ssld` pretrained model, whose Top-1 Acc on ImageNet1k dataset reaches 83.62%.
    * Add `ResNet34_vd_ssld` pretrained model, whose Top-1 Acc on ImageNet1k dataset reaches 79.72%.

* 2020.09.07
    * Add `HRNet_W18_C_ssld` pretrained model, whose Top-1 Acc on ImageNet1k dataset reaches 81.16%.
    * Add `MobileNetV3_small_x0_35_ssld` pretrained model, whose Top-1 Acc on ImageNet1k dataset reaches 55.55%.

* 2020.07.14
    * Add `Res2Net200_vd_26w_4s_ssld` pretrained model, whose Top-1 Acc on ImageNet1k dataset reaches 85.13%.
    * Add `Fix_ResNet50_vd_ssld_v2` pretrained model, whose Top-1 Acc on ImageNet1k dataset reaches 84.00%.

* 2020.06.17
    * Add English documents.

* 2020.06.12
    * Add support for training and evaluation on Windows or CPU.

* 2020.05.17
    * Add support for mixed precision training.

* 2020.05.09
    * Add user guide about Paddle Serving and Paddle-Lite.
    * Add benchmark about FP16/FP32 on T4 GPU.

* 2020.04.14
    * First commit.