diff --git a/Samples/ResnetQuickStart/README.md b/Samples/ResnetQuickStart/README.md index 83528cbdc7afefef04aeec20fac9c3e8c28936ec..3026af64f4a9019e1394c4936431f4125dd033e0 100644 --- a/Samples/ResnetQuickStart/README.md +++ b/Samples/ResnetQuickStart/README.md @@ -68,9 +68,9 @@ - 为了方便下载,在这里直接给出原始模型下载及模型转换命令,可以直接拷贝执行。 ``` cd model - wget https://obs-9be7.obs.cn-east-2.myhuaweicloud.com/003_Atc_Models/resnet50/resnet50.onnx - atc --model=resnet50.onnx --framework=5 --output=resnet50 --input_shape="actual_input_1:1,3,224,224" --soc_version=Ascend310B4 - ``` + wget https://obs-9be7.obs.cn-east-2.myhuaweicloud.com/003_Atc_Models/resnet50/resnet50.onnx + atc --model=resnet50.onnx --framework=5 --output=resnet50 --input_shape="actual_input_1:1,3,224,224" --soc_version=Ascend310B4 + ``` atc命令中各参数的解释如下,详细约束说明请参见[《ATC模型转换指南》](https://hiascend.com/document/redirect/CannCommunityAtc)。