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
If I follow the steps described in the video you provided and compile the onnx model under the directory with command compile-onnx, it will generate a cpp file and *.weight files, it looks like the weights are read at runtime.
As for tvm, I haven't succeeded to embed weights in binary so far, but they provided some advice, maybe you can follow the discussion here.
So far the compiled library seems to do not contain weights, is it possible to embed the weights into the binary?
The text was updated successfully, but these errors were encountered: