shocoladka

Results 3 comments of shocoladka

As I mentioned in https://github.com/onnx/onnx-tensorflow/issues/796 this is probably due to https://github.com/onnx/onnx-tensorflow/blob/c63d4351c7752a769cdc9a1bfcf79ffd140e0e6a/onnx_tf/handlers/backend/rnn_mixin.py#L28-L36 rnn_cell being a global class variable @chinhuang007 It would be really nice to have this fixed in the new...

@aishoot No idea 😄

I probably faced the same error when was trying to load several instances of LSTM model in one session I believe that the problem is that rnn_cell is a global...