candle icon indicating copy to clipboard operation
candle copied to clipboard

Unsupported `linear` `Resize` node with `candle_onnx`

Open universonic opened this issue 1 month ago • 1 comments

Trying to run frame interpolation model with candle_onnx, and getting error Unsupported resize mode: linear.

Example onnx node:

- /core_model/Resize: Resize
  - coordinate_transformation_mode: s="half_pixel", i=0
  - cubic_coeff_a: f=-0.75, i=0
  - mode: s="linear", i=0
  - nearest_mode: s="floor", i=0

universonic avatar Oct 28 '25 06:10 universonic