"apps/kg/vscode:/vscode.git/clone" did not exist on "f9ad1c80da2fba12d9745acb3c182de3d3642f14"
Commit c634e282 authored by yangzhong's avatar yangzhong
Browse files

update README

parent 451ad165
...@@ -14,5 +14,7 @@ python infer_resnet50.py ...@@ -14,5 +14,7 @@ python infer_resnet50.py
# 8卡推理 # 8卡推理
self.batch_size = 128 * 8 # 修改卡数 self.batch_size = 128 * 8 # 修改卡数
export HIP_VISIBLE_DEVICES=0,1,2,3,4,5,6,7 export HIP_VISIBLE_DEVICES=0,1,2,3,4,5,6,7
python infer_resnet50_8.py python infer_resnet50_8.py
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment