Skip to content

Commit 0cba8f1

Browse files
authored
Fix few outdated URLs (#288)
Signed-off-by: jcwchen <jacky82226@gmail.com>
1 parent 89a4e9e commit 0cba8f1

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Once you have an ONNX model, it can be scored with a variety of tools.
5555
| [Tensorflow](https://www.tensorflow.org/) | [onnx-tensorflow](https://github.com/onnx/onnx-tensorflow) | [Example](tutorials/OnnxTensorflowImport.ipynb)|
5656
| [TensorRT](https://developer.nvidia.com/tensorrt) | [onnx-tensorrt](https://github.com/onnx/onnx-tensorrt) | [Example](https://github.com/onnx/onnx-tensorrt/blob/master/README.md) |
5757
| [Windows ML](https://docs.microsoft.com/en-us/windows/ai/windows-ml) | Pre-installed on [Windows 10](https://docs.microsoft.com/en-us/windows/ai/release-notes) | [API](https://docs.microsoft.com/en-us/windows/ai/api-reference) <br>Tutorials - [C++ Desktop App](https://docs.microsoft.com/en-us/windows/ai/get-started-desktop), [C# UWP App](https://docs.microsoft.com/en-us/windows/ai/get-started-uwp) <br> [Examples](https://docs.microsoft.com/en-us/windows/ai/tools-and-samples) |
58-
| [Vespa.ai](https://vespa.ai) | [Vespa Getting Started Guide](https://docs.vespa.ai/en/getting-started.html) | [Real Time ONNX Inference](https://github.com/vespa-engine/sample-apps/tree/master/model-inference) <br>Distributed Real Time ONNX Inference for [Search and Passage Ranking](https://github.com/vespa-engine/sample-apps/blob/master/msmarco-ranking/passage-ranking-README.md)|
58+
| [Vespa.ai](https://vespa.ai) | [Vespa Getting Started Guide](https://docs.vespa.ai/en/getting-started.html) | [Real Time ONNX Inference](https://github.com/vespa-engine/sample-apps/tree/master/model-inference) <br>Distributed Real Time ONNX Inference for [Search and Passage Ranking](https://github.com/vespa-engine/sample-apps/blob/master/msmarco-ranking/README.md)|
5959

6060

6161
## End-to-End Tutorials

tutorials/OnnxCntkImport.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
"source": [
104104
"You can find a collection of pretrained ONNX models [here](https://github.com/onnx/models). For this tutorial, we will be using the pretrained VGG-19 model.\n",
105105
"\n",
106-
"Download this file https://github.com/onnx/models/blob/main/vision/classification/vgg/model/vgg19-caffe2-9.tar.gz to your working directory, and extract the tarball of the model. Inside the extracted folder you will find a protobuf file `model.pb`, which is the serialized ONNX model."
106+
"Download this file https://github.com/onnx/models/blob/main/validated/vision/classification/vgg/model/vgg19-caffe2-9.tar.gz to your working directory, and extract the tarball of the model. Inside the extracted folder you will find a protobuf file `model.pb`, which is the serialized ONNX model."
107107
]
108108
},
109109
{

tutorials/OnnxRuntimeServerSSDModel.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"\n",
2727
"## Pre-requisites to run the notebook\n",
2828
"\n",
29-
"1) Please download the SSD ONNX model (ssd.onnx) file from [here](https://github.com/onnx/models/blob/main/vision/object_detection_segmentation/ssd/model/ssd-10.onnx)\n",
29+
"1) Please download the SSD ONNX model (ssd.onnx) file from [here](https://github.com/onnx/models/blob/main/validated/vision/object_detection_segmentation/ssd/model/ssd-10.onnx)\n",
3030
"\n",
3131
"2) Please download the ONNXRuntime Server image:\n",
3232
"\n",

0 commit comments

Comments
 (0)