From 1ba86433b2f5a7477e0a6a801a9980c41fcd36ca Mon Sep 17 00:00:00 2001 From: cuicheng01 <45199522+cuicheng01@users.noreply.github.com> Date: Thu, 23 Apr 2020 12:47:53 +0800 Subject: [PATCH] Update models_intro.md --- docs/zh_CN/models/models_intro.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/zh_CN/models/models_intro.md b/docs/zh_CN/models/models_intro.md index 438c1f83..da653ae3 100644 --- a/docs/zh_CN/models/models_intro.md +++ b/docs/zh_CN/models/models_intro.md @@ -197,7 +197,7 @@ python tools/infer/predict.py \ - ACNet系列[[22](#ref22)]([论文地址](https://arxiv.org/abs/1908.03930)) - [ResNet50_ACNet_deploy](https://paddle-imagenet-models-name.bj.bcebos.com/ResNet50_ACNet_deploy_pretrained.tar) -**注意**:以上模型中EfficientNetB1-B7的预训练模型转自[pytorch版EfficientNet](https://github.com/lukemelas/EfficientNet-PyTorch),ResNeXt101_wsl系列模型转自[官方repo](https://github.com/facebookresearch/WSL-Images),剩余预训练模型均基于飞浆训练得到的,并在configs里给出了相应的训练超参数。 +**注意**:以上模型中EfficientNetB1-B7的预训练模型转自[pytorch版EfficientNet](https://github.com/lukemelas/EfficientNet-PyTorch),ResNeXt101_wsl系列预训练模型转自[官方repo](https://github.com/facebookresearch/WSL-Images),剩余预训练模型均基于飞浆训练得到的,并在configs里给出了相应的训练超参数。 ## 参考文献 -- GitLab