update_history_en.md 816 字节
Newer Older
littletomatodonkey's avatar
littletomatodonkey 已提交
1 2
# Release Notes

littletomatodonkey's avatar
littletomatodonkey 已提交
3 4 5 6
* 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%.

7 8 9 10
* 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%.

littletomatodonkey's avatar
littletomatodonkey 已提交
11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
* 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.