You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I found a exception below, when n_hidden=1 in rnn_minibatch.py . pls kindly let me know if you know how to solve it. thanks!
TypeError: Cannot convert Type TensorType(float64, 3D) (of Variable Subtensor{::int64}.0) into Type TensorType(float64, (False, False, True)). You can try to manually convert Subtensor{::int64}.0 into a TensorType(float64, (False, False, True)).
The text was updated successfully, but these errors were encountered:
Hi, I found a exception below, when n_hidden=1 in rnn_minibatch.py . pls kindly let me know if you know how to solve it. thanks!
TypeError: Cannot convert Type TensorType(float64, 3D) (of Variable Subtensor{::int64}.0) into Type TensorType(float64, (False, False, True)). You can try to manually convert Subtensor{::int64}.0 into a TensorType(float64, (False, False, True)).
The text was updated successfully, but these errors were encountered: