question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

ONNX example model is missing

See original GitHub issue

/kind bug

What steps did you take and what happened: We are trying out the ONNX example today and found out we cannot connect to the sample ONNX model. Is the below URI still working or do we need some permission to gain access to it? https://github.com/kubeflow/kfserving/blob/52451bd0397e76ec605ce7789b1f218b3742d99c/docs/samples/onnx/onnx.yaml#L9

What did you expect to happen:

Anything else you would like to add: [Miscellaneous information that will assist in solving the issue.]

Environment:

  • Istio Version:
  • Knative Version:
  • KFServing Version:
  • Kubeflow version:
  • Kfdef:[k8s_istio/istio_dex/gcp_basic_auth/gcp_iap/aws/aws_cognito/ibm]
  • Minikube version:
  • Kubernetes version: (use kubectl version):
  • OS (e.g. from /etc/os-release):

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:13 (9 by maintainers)

github_iconTop GitHub Comments

1reaction
Tomclicommented, Sep 3, 2020

Thanks @tduffy000, we are able to run the ONNX model now. We are wondering should we update the example now, or wait for you to fix #1004 then update the storageUri to pull from onnx model zoo?

1reaction
tduffy000commented, Sep 2, 2020

Yeah, I did not change that part of the spec so it should still be model.onnx. I opened this issue https://github.com/kubeflow/kfserving/issues/1004 in response to that requirement to make it more generic. Would be nice to pull from the onnx model zoo. If you need one with the proper uri right now, you can use one of the examples I created for testing at https://github.com/tduffy000/kfserving-uri-examples/tree/master/onnx/frozen, or the one @rakelkar posted also appears to have the correct name, though you may have to use https://raw.githubusercontent.com/rakelkar/kfserving/rakelkar-patch-1/docs/samples/onnx/model.onnx because I get a 302 redirect from the other one (GitHub url’s for raw objects are full of redirects).

Read more comments on GitHub >

github_iconTop Results From Across the Web

ONNX example model is missing · Issue #1067 - GitHub
We are trying out the ONNX example today and found out we cannot connect to the sample ONNX model. Is the below URI...
Read more >
Missing input example Error in convert Pythorch model to Onnx
I'm trying to change the pytorch-lightning model, (ckpt) to onnx with the following code: ...
Read more >
Import pretrained ONNX network - MathWorks
This MATLAB function imports a pretrained ONNX (Open Neural Network Exchange) network from the file modelfile.
Read more >
Walk through intermediate outputs — sklearn-onnx 1.11 ...
It is very likely a converted model gives different outputs or fails due to a custom converter which is not correctly implemented. One...
Read more >
Exporting your model to ONNX format - Unity - Manual
To export a Keras neural network to ONNX you need keras2onnx. These two tutorials provide end-to-end examples: ... Note that the flag ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found