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
Thanks for flagging the issue! The ONNX import module is going through some changes to improve it.
A quick glance at the error tells me this might be a scalar input issue. But given that the input to the node is a tensor with shape [batch_size,1,sequence_length,sequence_length], it's probably an incorrect conversion when parsing one of the preceding graph nodes.
Describe the bug
Hello, I was trying to import https://huggingface.co/answerdotai/ModernBERT-base ONNX model and it panicked trying to parse Shape_4.
I am not an ML expert by any means but tried to do some basic troubleshooting:
tensor: float32[batch_size,1,sequence_length,sequence_length]
To Reproduce
Expected behavior
An output of rust code for the model.
Screenshots
N/A
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: