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
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
-
Hi,
I run the code below with
tensorflow
andpytorch
backends .This runs without error with
tensorflow
(although large loss) but has a matrix dimensions mismatch error withpytorch
.input_trunk.shape = (n_samples, d_params)
input_branch.shape = (n_samples, m_steps)
output.shape = (n_samples, m_steps)
Are the shapes correct for
data.triple.Triple
?Beta Was this translation helpful? Give feedback.
All reactions