Open aishoot opened 3 years ago
As I mentioned in https://github.com/onnx/onnx-tensorflow/issues/796 this is probably due to
rnn_cell being a global class variable @chinhuang007 It would be really nice to have this fixed in the new release
@shocoladka will this bug be fixed in the new release? When? good news
@aishoot No idea 😄
This issue is not trivial. It will take some time to investigate a fix. So I think the 1.8 release will not include it unless someone from community can jump in and fix it in a few days, which would be very much appreciated.
@shocoladka thanks
@shocoladka did you fix that bug ?
i have just fixed it. you just need to comment "if cls.rnn_cell is None: " line and everything will be ok.
Describe the bug Hello, I can convert one-layer LSTM and multilayer LSTMs to tensorflow. However, the results between onnx and onnx-tf are not equal when using multi-layer LSTM, while the results between onnx and onnx-tf when using single-layer LSTM are the same.
Python, ONNX, ONNX-TF, Tensorflow version
This section can be obtained by running
get_version.py
from util folder.Additional context Pytorch code: