From 5253fcc73d07b1d5ebf35099739de110be14ae55 Mon Sep 17 00:00:00 2001 From: 111 <13202996+one-hundred-and-eleven1121@user.noreply.gitee.com> Date: Thu, 28 Mar 2024 00:54:03 +0000 Subject: [PATCH] update PyTorch/contrib/cv/classification/AlexNet_ID2663_for_PyTorch/README.md. Signed-off-by: 111 <13202996+one-hundred-and-eleven1121@user.noreply.gitee.com> --- .../cv/classification/AlexNet_ID2663_for_PyTorch/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PyTorch/contrib/cv/classification/AlexNet_ID2663_for_PyTorch/README.md b/PyTorch/contrib/cv/classification/AlexNet_ID2663_for_PyTorch/README.md index 3a47cb1c4f..65afcfd40b 100644 --- a/PyTorch/contrib/cv/classification/AlexNet_ID2663_for_PyTorch/README.md +++ b/PyTorch/contrib/cv/classification/AlexNet_ID2663_for_PyTorch/README.md @@ -34,7 +34,7 @@ AlexNet采用了8层CNN,以惊人的巨大优势赢得了2012年ImageNet大规 **表 1** 版本支持表 - | Torch_Version | 三方库依赖版本 | + | *Torch_Version* | 三方库依赖版本 | | :--------: | :----------------------------------------------------------: | | PyTorch 1.5 | torchvision==0.2.2.post3 | | PyTorch 1.8 | torchvision==0.9.1 | -- Gitee