TypeError: 'Tensor' object is not iterable.
Opened this issue · 0 comments
Deleted user commented
Thanks for your great work! I wonder have you tried using LSTM to run the model? Seems this error will occur when I set use_lstm=True: TypeError: 'Tensor' object is not iterable.. And it points to this line of code. Do you have any idea about it? Thanks in advance!