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
I am getting the following error in the line
grad_wrt_hidden_l_input = grad_wrt_out_l_input.dot(self.V.T) * self.hidden_activation.gradient(hidden_input)
which is ValueError: Dot product shape mismatch, (8999, 8999) vs (1, 16)
what i have to do to avoid this error...
The text was updated successfully, but these errors were encountered:
I am getting the following error in the line
grad_wrt_hidden_l_input = grad_wrt_out_l_input.dot(self.V.T) * self.hidden_activation.gradient(hidden_input)
which is ValueError: Dot product shape mismatch, (8999, 8999) vs (1, 16)
what i have to do to avoid this error...
The text was updated successfully, but these errors were encountered: