Hi
We tryed running ONNX denoising model denoise_c3_ldr_float16.onnx and denoise_c9_ldr_f16.onnx from
https://github.com/GPUOpen-LibrariesAndSDKs/RadeonImageFilter/tree/master/models using ONNXRuntime
It appears those models are invalids in term of ONNX specification:

The Resize nodes are indeed taking an fp16 tensor for the scale input.

However according to ONNX specification it should be fp32.
https://github.com/onnx/onnx/blob/master/docs/Operators.md#Resize
Notes: I believe this is due to a bug in the package/tool that was used to produce those onnx file, exporting using updated package might solve.
Thanks
Florent
Hi
We tryed running ONNX denoising model denoise_c3_ldr_float16.onnx and denoise_c9_ldr_f16.onnx from
https://github.com/GPUOpen-LibrariesAndSDKs/RadeonImageFilter/tree/master/models using ONNXRuntime
It appears those models are invalids in term of ONNX specification:

The Resize nodes are indeed taking an fp16 tensor for the

scaleinput.However according to ONNX specification it should be fp32.
https://github.com/onnx/onnx/blob/master/docs/Operators.md#Resize
Notes: I believe this is due to a bug in the package/tool that was used to produce those onnx file, exporting using updated package might solve.
Thanks
Florent