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
Is there a way to convert this model to onnxruntime? I have been trying with no luck so far, so many errors with Wh, Ww = (H + 1) // 2, (W + 1) // 2 and lots of trace warnings TracerWarning: Converting a tensor to a Python boolean might cause the trace to be incorrect.
The text was updated successfully, but these errors were encountered:
Hello, I have the same problem with ONNX. I obtain an onnx file where the inference works with only one resolution but I get an error with reshapes sizes with all the other input resolutions... Did you manage to find a solution to your problem ?
Is there a way to convert this model to onnxruntime? I have been trying with no luck so far, so many errors with
Wh, Ww = (H + 1) // 2, (W + 1) // 2
and lots of trace warningsTracerWarning: Converting a tensor to a Python boolean might cause the trace to be incorrect.
The text was updated successfully, but these errors were encountered: