Skip to content

Commit ebf9d28

Browse files
committed
update samples from Release-122 as a part of SDK release
1 parent 1bbd78e commit ebf9d28

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

how-to-use-azureml/deployment/onnx/onnx-inference-facial-expression-recognition-deploy.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
"\n",
7171
"import urllib.request\n",
7272
"\n",
73-
"onnx_model_url = \"https://github.com/onnx/models/blob/master/vision/body_analysis/emotion_ferplus/model/emotion-ferplus-7.tar.gz?raw=true\"\n",
73+
"onnx_model_url = \"https://github.com/onnx/models/blob/main/vision/body_analysis/emotion_ferplus/model/emotion-ferplus-7.tar.gz?raw=true\"\n",
7474
"\n",
7575
"urllib.request.urlretrieve(onnx_model_url, filename=\"emotion-ferplus-7.tar.gz\")\n",
7676
"\n",

how-to-use-azureml/deployment/onnx/onnx-inference-mnist-deploy.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
"\n",
7171
"import urllib.request\n",
7272
"\n",
73-
"onnx_model_url = \"https://github.com/onnx/models/blob/master/vision/classification/mnist/model/mnist-7.tar.gz?raw=true\"\n",
73+
"onnx_model_url = \"https://github.com/onnx/models/blob/main/vision/classification/mnist/model/mnist-7.tar.gz?raw=true\"\n",
7474
"\n",
7575
"urllib.request.urlretrieve(onnx_model_url, filename=\"mnist-7.tar.gz\")"
7676
]

0 commit comments

Comments
 (0)