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

L
littletomatodonkey 已提交
3 4 5
- 2020.12.16
    * Add support for TensorRT when using cpp inference to obain more obvious acceleration.

6 7 8
- 2020.12.06
    * Add `SE_HRNet_W64_C_ssld` pretrained model, whose Top-1 Acc on ImageNet1k dataset reaches 84.75%.

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

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

littletomatodonkey's avatar
littletomatodonkey 已提交
15 16 17 18
* 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%.

19 20 21 22 23 24 25 26 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
- 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.