autodeployai / ai-serving

Serving AI/ML models in the open standard formats PMML and ONNX with both HTTP (REST API) and gRPC endpoints
Apache License 2.0
144 stars 31 forks source link

Link to download pretrained onnx model not working #13

Closed ssen85 closed 1 year ago

ssen85 commented 1 year ago

This command is not working.

 wget https://onnxzoo.blob.core.windows.net/models/opset_8/mnist/mnist.tar.gz

The output is as follows

--2023-08-31 14:02:04--  https://onnxzoo.blob.core.windows.net/models/opset_8/mnist/mnist.tar.gz
Resolving onnxzoo.blob.core.windows.net (onnxzoo.blob.core.windows.net)... 52.239.236.228
Connecting to onnxzoo.blob.core.windows.net (onnxzoo.blob.core.windows.net)|52.239.236.228|:443... connected.
HTTP request sent, awaiting response... 404 The specified resource does not exist.
2023-08-31 14:02:05 ERROR 404: The specified resource does not exist..
scorebot commented 1 year ago

Thanks for the reminder. The outdated link has been replaced by the new one in the notebook.