下载VGG19, 错误ConnectionResetError: [WinError 10054] 远程主机强迫关闭了一个现有的连接。

Downloading: "https://download.pytorch.org/models/vgg19-dcbb9e9d.pth" to C:\Users\xxx/.cache\torch\checkpoints\vgg19-dcbb9e9d.pth

直接运行代码加载VGG19,网速太慢,会被拒连。

可以手动下载,根据以上提示,将下载的内容拷贝到相应位置就可以了。