http://data.lip6.fr/cadene/pretrainedmodels/ 没有连接

作者: ghost创建于 2019年4月30日更新于 2025年3月8日

我尝试加载预训练模型"inceptionresnetv2",但无法连接。命令如下: pretrainedmodels.dict[inceptionresnetv2](num_classes=1000, pretrained='imagenet') 但我收到了以下错误: HTTPConnectionPool(host='data.lip6.fr', port=80): 最大重试次数已超出,url为 /cadene/pretrainedmodels/inceptionresnetv2-520b38e4.pth (由 NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fd5f2e1f0f0>: 无法建立新连接: [Errno 110] 连接超时>',) 引发) 我困惑了很长时间。谢谢。

内容来源: Cadene/pretrained-models.pytorch