"benchmark/vscode:/vscode.git/clone" did not exist on "c5645e928f0bf989510dcd707d31249c63c57e37"
Unverified Commit a930f1d5 authored by kahmed10's avatar kahmed10 Committed by GitHub
Browse files

Fix file download for resnet50 example (#1164)

update path for where file is located
parent a11ef66a
......@@ -106,8 +106,8 @@
"outputs": [],
"source": [
"if not path.exists(\"./resnet50.onnx\"):\n",
" !wget https://github.com/onnx/models/blob/master/vision/classification/resnet/model/resnet50-v2-7.onnx?raw=true\n",
" !mv 'resnet50-v2-7.onnx?raw=true' resnet50.onnx"
" !wget https://github.com/onnx/models/raw/main/vision/classification/resnet/model/resnet50-v2-7.onnx",
" !mv resnet50-v2-7.onnx resnet50.onnx"
]
},
{
......
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