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
When using onnx runtime in node.js, there are warnings when loading the model:
[0;93m2024-03-03 21:57:12.462000 [W:onnxruntime:, graph.cc:3593 CleanUnusedInitializersAndNodeArgs] Removing initializer '140'. It is not used by any node and should be removed from the model.
Is the an issue with the model, or is this an onnxruntime issue?
The text was updated successfully, but these errors were encountered:
🐛 Bug
When using onnx runtime in node.js, there are warnings when loading the model:
Is the an issue with the model, or is this an
onnxruntime
issue?The text was updated successfully, but these errors were encountered: