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
I converted a model from PyTorch to ONNX. The ONNX model produces > 100 warnings of the type:
2023-01-10 20:26:41.949523885 [W:onnxruntime:, graph.cc:3487 CleanUnusedInitializersAndNodeArgs] Removing initializer '1026'. It is not used by any node and should be removed from the model.
I used the following code to run onnxoptimizer on the model:
I converted a model from PyTorch to ONNX. The ONNX model produces > 100 warnings of the type:
I used the following code to run
onnxoptimizer
on the model:I'm still seeing the same warnings when I load the optimized model. Here are the package versions I'm using:
The text was updated successfully, but these errors were encountered: