xavier dupré
xavier dupré
First step to standalone C++ runtime.
fixed
What kind of error do you get? The module works for simple examples.
You mean implementing this function [ifft](https://numpy.org/doc/stable/reference/generated/numpy.fft.ifft.html)? With numpy, with onnx?
No, it won't work. The library only converts a script, not its dependancies.
I used mlprodict as a base to implement the class ReferenceEvaluator in the onnx package (https://onnx.ai/onnx/api/reference.html). Could you tell me if works better with python runtime? ```python from onnx.reference import...
New converters are implemented usually when users raise an issue. Custom converter should not require opset 20. Can you elaborate on the error you see?
I'm sorry. I don't actively work on this package. Do you have an example I could use to replicate the error?