You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.
Despite the fact, that in my case webgl seems not to work, i worked around the missing shape function issue by changing the network structure.
But at the end i used tensorflow to inference. So i converted the onnx model to a tensorflow model and exported to tensorflow.js. This works very well and supports webgl.
Hi, i try to load a onnx model of mobilenet v3 which i have exportet with pytorch.
When i try to load the model in the browser using following exception is thrown:
According to the documentation it should be supported starting from version 1+.
Which backend is used by onnx.min.js?
Here the onnx creation process:
The text was updated successfully, but these errors were encountered: