Joaquin Anton

Results 47 comments of Joaquin Anton

@jcwchen The `SequenceMap` operator has been merged. I think this example is ready for review.

> Thanks for the quick update after your ONNX PR. May I ask you: are you fine if we forward this PR at least after official ONNXRuntime supports new ONNX...

> Thanks for waiting. Now ONNX 1.12 has been released -- before merging it, @jantonguirao please let me know if you would like to add something else. Otherwise, I will...

@jcwchen I have tested with ORT 1.12.1 and unfortunately, it doesn't seem to work. I am getting errors like: ``` InvalidGraph: [ONNXRuntimeError] : 10 : INVALID_GRAPH : This is an...

https://github.com/microsoft/onnxruntime/issues/12491 @jcwchen FYI

@jcwchen The issue I mentioned above is fixed with https://github.com/microsoft/onnxruntime/pull/12758 I've updated the notebook. When this PR gets merged I think we can review and merge this notebook. Thank you.

You are using a `mixed` (using GPU) backend operator (`fn.decoders.image`) but not providing a valid device_id for the pipeline. I think the error comes from there. Can you please try...