Skip to content
New issue

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

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

Already on GitHub? # 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?

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

No branches or pull requests

2 participants