ENOT-AutoDL / onnx2torch

Convert ONNX models to PyTorch.
Apache License 2.0
588 stars 69 forks source link

Can we increase the function of rnn structures such as lstm #136

Open tangyu-ty opened 1 year ago

tangyu-ty commented 1 year ago

unsupport lstm. Are there any plans to increase in the future?

JohnMasoner commented 1 year ago

Hi, @T-Y404

I just checked Onnx Operators list and found that onnx and PyTorch has LSTM module.

I think it will be added support soon.

Mason

tangyu-ty commented 1 year ago

thanks

liamsun2019 commented 4 months ago

Hi Authors, Any update for this issue?

Thanks