Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gaoqiong
MIGraphX
Commits
a930f1d5
Unverified
Commit
a930f1d5
authored
Apr 13, 2022
by
kahmed10
Committed by
GitHub
Apr 13, 2022
Browse files
Fix file download for resnet50 example (#1164)
update path for where file is located
parent
a11ef66a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
examples/vision/python_resnet50/resnet50_inference.ipynb
examples/vision/python_resnet50/resnet50_inference.ipynb
+2
-2
No files found.
examples/vision/python_resnet50/resnet50_inference.ipynb
View file @
a930f1d5
...
@@ -106,8 +106,8 @@
...
@@ -106,8 +106,8 @@
"outputs": [],
"outputs": [],
"source": [
"source": [
"if not path.exists(\"./resnet50.onnx\"):\n",
"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
",
" !wget https://github.com/onnx/models/
raw/main
/vision/classification/resnet/model/resnet50-v2-7.onnx",
" !mv
'
resnet50-v2-7.onnx
?raw=true'
resnet50.onnx"
" !mv resnet50-v2-7.onnx resnet50.onnx"
]
]
},
},
{
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment