mlprodict icon indicating copy to clipboard operation
mlprodict copied to clipboard

.to_json() error

Open jeremylu43 opened this issue 3 years ago • 0 comments

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 \escape: line 5 column 14 (char 55)'.

Does this mean my model just cannot be exported to JSON/is there something wrong with the model in ONNX format?

jeremylu43 avatar Jun 03 '22 23:06 jeremylu43