SQLNet icon indicating copy to clipboard operation
SQLNet copied to clipboard

Error in testing : test.py

Open anshudaur opened this issue 5 years ago • 0 comments

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

anshudaur avatar Mar 06 '20 18:03 anshudaur