jikechao opened a new issue, #15176: URL: https://github.com/apache/tvm/issues/15176
The following test cases produced different inference results with Keras. The TVM frontend didn't consider the go_backwards=True in function `_convert_lstm` (Line 985-1030) in file [relay/frontend/keras.py](https://github.com/apache/tvm/blob/main/python/tvm/relay/frontend/keras.py) ``` keras.layers.LSTM(units=32, go_backwards=True) input_shape=[1, 2, 64] ``` ### Actual behavior  ### Triage * frontend:keras * needs-triage -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
