Skip to content

ONNX Denoising models are invalid. #18

@FlorentGuinier

Description

@FlorentGuinier

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:
image

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

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions