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 All,
I am badly stuck at fixing this error : "RuntimeError: input.size(-1) must be equal to input_size. Expected 300, got 100"
Can you please suggest how to fix this issue? Thanks in advance.
Error :
File "C:\Users..\Anaconda3\lib\site-packages\torch\nn\modules\rnn.py", line 159, in check_input
self.input_size, input.size(-1)))
RuntimeError: input.size(-1) must be equal to input_size. Expected 300, got 100
Thanks
Anshu
The text was updated successfully, but these errors were encountered:
HI All,
I am badly stuck at fixing this error : "RuntimeError: input.size(-1) must be equal to input_size. Expected 300, got 100"
Can you please suggest how to fix this issue? Thanks in advance.
Error :
File "C:\Users..\Anaconda3\lib\site-packages\torch\nn\modules\rnn.py", line 159, in check_input
self.input_size, input.size(-1)))
RuntimeError: input.size(-1) must be equal to input_size. Expected 300, got 100
Thanks
Anshu
The text was updated successfully, but these errors were encountered: