M-Tonin
Results
3
comments of
M-Tonin
The error was made by : `k_model_onnx = onnx_to_keras(onnx_model, 'lstm_input', name_policy="short")` I forget to put "[lstm_input]" The real error is: INFO:onnx2keras:Converter is called. DEBUG:onnx2keras:List input shapes: DEBUG:onnx2keras:None DEBUG:onnx2keras:List inputs: DEBUG:onnx2keras:Input...
Not yet, I used onnxruntime to this model
How to install without pip ?