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
Hello,
I try to code a model with pytorch lightning using several inputs, the training goes well but I noticed that for the prediction it only uses the target as input. i get this error :
RuntimeError: mat1 and mat2 shapes cannot be multiplied (1x40 and 120x50)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I try to code a model with pytorch lightning using several inputs, the training goes well but I noticed that for the prediction it only uses the target as input. i get this error :
RuntimeError: mat1 and mat2 shapes cannot be multiplied (1x40 and 120x50)
when i use :
Beta Was this translation helpful? Give feedback.
All reactions