Skip to content

Commit 5259b4a

Browse files
authored
Some minor fixes for keras-resnet50 tutorial (#2207)
* correct image path for tutorial * install onnxruntime as well --------- Signed-off-by: Shreyas Bhat Kera <[email protected]>
1 parent 6cdb7e3 commit 5259b4a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tutorials/keras-resnet50.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"outputs": [],
1515
"source": [
1616
"# get image\n",
17-
"!wget -q https://github.com/onnx/tensorflow-onnx/raw/master/tests/ade20k.jpg"
17+
"!wget -q https://raw.githubusercontent.com/onnx/tensorflow-onnx/main/tests/ade20k.jpg"
1818
]
1919
},
2020
{
@@ -23,7 +23,7 @@
2323
"metadata": {},
2424
"outputs": [],
2525
"source": [
26-
"!pip install tensorflow tf2onnx"
26+
"!pip install tensorflow tf2onnx onnxruntime"
2727
]
2828
},
2929
{

0 commit comments

Comments
 (0)