diff --git a/docs/zh_CN/models/models_intro.md b/docs/zh_CN/models/models_intro.md index ecb1974b22e361ab53b4814686edae0a2fb9a483..09064e896e9e4afd40b57b312957b7d1395994e5 100644 --- a/docs/zh_CN/models/models_intro.md +++ b/docs/zh_CN/models/models_intro.md @@ -220,7 +220,7 @@ python tools/infer/predict.py \ - DarkNet系列[[21](#ref21)]([论文地址](https://arxiv.org/abs/1506.02640)) - [DarkNet53](https://paddle-imagenet-models-name.bj.bcebos.com/dygraph/DarkNet53_pretrained.pdparams) -**注意**:以上模型中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里给出了相应的训练超参数。 ## 参考文献