We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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 ()
The text was updated successfully, but these errors were encountered:
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 ()问题,貌似和您遇到的问题相似,请问您有解决吗
Sorry, something went wrong.
No branches or pull requests
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 ()
The text was updated successfully, but these errors were encountered: