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
Take resnet50 as an example. I get the original resnet onnx model and optimized model by TASO.
This function works fine when i put the original model in, but get error to optimized model.
Error message:
The Relay type checker is unable to show the following types match:
Tensor[(64, 160, 3, 3), float32]
Tensor[(64, 64, 3, 3), float32]
In particular:
dimension 1 conflicts: 160 does not match 64.
The Relay type checker is unable to show the following types match.
In particular `Tensor[(64, 64, 3, 3), float32]` does not match `Tensor[(64, 160, 3, 3), float32]`
I am confused and don`t konw how to do.
The text was updated successfully, but these errors were encountered:
I want to use TVM backend to compare runtime of TASO`s like above code.
Take resnet50 as an example. I get the original resnet onnx model and optimized model by TASO.
This function works fine when i put the original model in, but get error to optimized model.
Error message:
I am confused and don`t konw how to do.
The text was updated successfully, but these errors were encountered: