Cannot resolve operator 'LSTM' with webgl backend #23083
Labels
ep:WebGPU
ort-web webgpu provider
ep:WebNN
WebNN execution provider
platform:mobile
issues related to ONNX Runtime mobile; typically submitted using template
platform:web
issues related to ONNX Runtime web; typically submitted using template
Describe the issue
I'm exporting the following model from pytorch to onnx
It works fine with WASM backend in my web frontend, but when I try to run it with webgl I get
I also tried to run it with webgpu / webnn, but even though I have a fresh chromium and I've enabled unsafe webgpu flag, it says:
on both mac and android
To reproduce
Urgency
we can use WASM for now, but would like to know what type of error is it - our misconfiguration or LSTM not being supported
ONNX Runtime Installation
Released Package
ONNX Runtime Version or Commit ID
1.20.1
Execution Provider
'webgl' (WebGL)
The text was updated successfully, but these errors were encountered: