tract icon indicating copy to clipboard operation
tract copied to clipboard

The backward compatibility of `tract-onnx` between `0.20.x` and `0.21.x` is broken

Open cospectrum opened this issue 1 year ago • 5 comments

The model worked in version 0.20, but in version 0.21 the parsing failed.

scrfd.onnx.zip

Error: Failed analyse for node #204 "Resize_99" Resize

Caused by:
    0: Infering facts
    1: Applying rule inputs[2].shape[0] == {(inputs[0].rank) as dim}
    2: Impossible to unify Val(0) with Val(4).

cospectrum avatar Jan 24 '24 13:01 cospectrum