From 2843bd877ad18083bf9ddce054fc1e5fdd82ac44 Mon Sep 17 00:00:00 2001 From: littletomatodonkey <2120160898@bit.edu.cn> Date: Sat, 12 Dec 2020 11:58:17 +0800 Subject: [PATCH] Update models_intro_en.md --- docs/en/models/models_intro_en.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/en/models/models_intro_en.md b/docs/en/models/models_intro_en.md index ed8936dc7..475a300d6 100644 --- a/docs/en/models/models_intro_en.md +++ b/docs/en/models/models_intro_en.md @@ -222,9 +222,7 @@ python tools/infer/predict.py \ - [VGG16](https://paddle-imagenet-models-name.bj.bcebos.com/dygraph/VGG16_pretrained.pdparams) - [VGG19](https://paddle-imagenet-models-name.bj.bcebos.com/dygraph/VGG19_pretrained.pdparams) - DarkNet series[[21](#ref21)]([paper link](https://arxiv.org/abs/1506.02640)) - - [DarkNet53](https://paddle-imagenet-models-name.bj.bcebos.com/dygraph/DarkNet53_ImageNet1k_pretrained.pdparams) - - ACNet series[[22](#ref22)]([paper link](https://arxiv.org/abs/1908.03930)) - - [ResNet50_ACNet_deploy](https://paddle-imagenet-models-name.bj.bcebos.com/dygraph/ResNet50_ACNet_deploy_pretrained.pdparams) + - [DarkNet53](https://paddle-imagenet-models-name.bj.bcebos.com/dygraph/DarkNet53_pretrained.pdparams) **Note**: The pretrained models of EfficientNetB1-B7 in the above models are transferred from [pytorch version of EfficientNet](https://github.com/lukemelas/EfficientNet-PyTorch), and the ResNeXt101_wsl series of pretrained models are transferred from [Official repo](https://github.com/facebookresearch/WSL-Images), the remaining pretrained models are obtained by training with the PaddlePaddle framework, and the corresponding training hyperparameters are given in configs.