askorama / onnx-go

onnx-go gives the ability to import a pre-trained neural network within Go without being linked to a framework or library.
https://blog.owulveryck.info/2019/04/03/from-a-project-to-a-product-the-state-of-onnx-go.html
MIT License
683 stars 71 forks source link

Implement operator LSTM,Clip for backend Gorgonia #187

Open chaoyueziji opened 3 years ago

chaoyueziji commented 3 years ago

It seems that LSTM and clip are not supported now. It reported an error when loading the following models. LSTM: https://github.com/DayBreak-u/chineseocr_lite/blob/onnx/models/crnn_lite_lstm.onnx clip: https://github.com/DayBreak-u/chineseocr_lite/blob/onnx/models/dbnet.onnx

error: No Graph Supplied onnx: operator Clip not implemented ()

xlxxlup commented 7 months ago

It seems that LSTM and clip are not supported now. It reported an error when loading the following models. LSTM: https://github.com/DayBreak-u/chineseocr_lite/blob/onnx/models/crnn_lite_lstm.onnx clip: https://github.com/DayBreak-u/chineseocr_lite/blob/onnx/models/dbnet.onnx

error: No Graph Supplied onnx: operator Clip not implemented ()

你好,我使用go调用lstm的onnx遇到了operator Shape not implemented ()问题,貌似和您遇到的问题相似,请问您有解决吗