Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error in MLP #77

Open
nagireddy146 opened this issue Jan 26, 2020 · 1 comment
Open

Error in MLP #77

nagireddy146 opened this issue Jan 26, 2020 · 1 comment

Comments

@nagireddy146
Copy link

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...

@Kalainesan
Copy link

still having an issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants