Open chaoyueziji opened 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 ()
你好,我使用go调用lstm的onnx遇到了operator Shape not implemented ()问题,貌似和您遇到的问题相似,请问您有解决吗
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 ()