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.
The onnx model doesn't seem to load properly, but the error message doesn't help.
import { InferenceSession } from "onnxjs";
async function test() {
const sess = new InferenceSession();
await sess.loadModel("whatever");
test()
And the error message is
invalid wire type 4 at offset 16
Since it doesn't matter which path I put into the loadModel, it seems like this is the error message for not being able to load the model? Could this be replaced by something more expressive?
The onnx model doesn't seem to load properly, but the error message doesn't help.
And the error message is
Since it doesn't matter which path I put into the loadModel, it seems like this is the error message for not being able to load the model? Could this be replaced by something more expressive?
Similar problems was in #58 .
The text was updated successfully, but these errors were encountered: