From 35c57b3ecafdf5531648b37687296e145b50e1d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=AD=8F=E9=B9=8F=E9=A3=9E?= Date: Mon, 23 May 2022 11:16:02 +0000 Subject: [PATCH] =?UTF-8?q?ResNet50=5Ffor=5FPyTorch=E6=A8=A1=E5=9E=8B?= =?UTF-8?q?=E4=BC=98=E5=8C=96README.md.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../built-in/cv/classification/ResNet50_for_PyTorch/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/PyTorch/built-in/cv/classification/ResNet50_for_PyTorch/README.md b/PyTorch/built-in/cv/classification/ResNet50_for_PyTorch/README.md index 1de5116b9a..99335507d7 100644 --- a/PyTorch/built-in/cv/classification/ResNet50_for_PyTorch/README.md +++ b/PyTorch/built-in/cv/classification/ResNet50_for_PyTorch/README.md @@ -6,6 +6,9 @@ * torch(NPU版本) * torchvision * dllogger + +注:pillow建议安装较新版本, 与之对应的torchvision版本如果无法直接安装,可使用源码安装对应的版本,源码参考链接:https://github.com/pytorch/vision + 建议:Pillow版本是9.1.0 torchvision版本x86平台是0.6.0, arm平台是0.6.0a0 二、训练流程: -- Gitee