[Apache TVM Discuss] [Questions] Convert PyTorch LSTM model to TVM via onnx

2021-08-23 Thread Hendrik Schröter via Apache TVM Discuss
Hi there, I just compiled from source and the output is the same now: loop = 0 Pytorch : 0.048932 OnnxRuntime : 0.048932 TVM : 0.048932 loop = 1 Pytorch : 0.079360 OnnxRuntime : 0.079360 TVM : 0.079360 --- [Visit Topic](https://discu

[Apache TVM Discuss] [Questions] Convert PyTorch LSTM model to TVM via onnx

2021-03-26 Thread ohashi.ddd via Apache TVM Discuss
Hi, I am struggling for several hours with the following issue: I’ve got a lstm model in pytorch that I want to convert to TVM. Here is the sample code of the model. It includes one lstm layer. From what I’ve found until now, TVM does not support yet LSTM operators if converting from pytorch