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 was trying to use vblinkf model (SimAMResNet100) but gets an input mismatch error compared to SimAMResNet34.
nnxruntime.capi.onnxruntime_pybind11_state.InvalidArgument: [ONNXRuntimeError] : 2 : INVALID_ARGUMENT : Got invalid dimensions for input: feats for the following indices
index: 1 Got: 23 Expected: 200
Please fix either the inputs/outputs or the model.
How can I perform SV with other pretrained models on my data ? Can I get example codes?
The text was updated successfully, but these errors were encountered: