microsoft / onnxjs

ONNX.js: run ONNX models using JavaScript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Issues with LSTM

saurabhtangri opened this issue · comments

Any plans to add support for LSTM based models?

commented

I am interested in adding LSTM support for CPU. I do wonder, what would be the best version to support? Perhaps7+? It seems for another operator if I did not implement at least something for 7, tests fails.