mlprodict
mlprodict copied to clipboard
.to_json() error
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?