Skip to content
New issue

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

Implement operator LSTM,Clip for backend Gorgonia #187

Open
chaoyueziji opened this issue May 15, 2021 · 1 comment
Open

Implement operator LSTM,Clip for backend Gorgonia #187

chaoyueziji opened this issue May 15, 2021 · 1 comment

Comments

@chaoyueziji
Copy link
Contributor

chaoyueziji commented May 15, 2021

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
Copy link

xlxxlup commented Feb 13, 2024

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 ()问题,貌似和您遇到的问题相似,请问您有解决吗

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants