mlprodict icon indicating copy to clipboard operation
mlprodict copied to clipboard

Productionize machine learning predictions, with ONNX or without

Results 20 mlprodict issues
Sort by recently updated
recently updated
newest added

id(node) should be used as the result is not consistent on protobuf structure.

bug

Hello, I am trying to convert an onnx version of a movilenetv2.pytorch a model to JSON format. I am using OnnxInference and then .to_json() but I am getting 'JSONDecodeError: Invalid...

Thank you for your FFT implementation, it's very helpful to me! However, I encountered some difficulties in implementing IFFT.

The idea behind is to use a symbolic function to determine the output of every node assuming it depends on the input size. Module sympy can be used to do...

bug
enhancement