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

The Input Problem of GRNN Networks #44

Open
ergouwang305 opened this issue May 22, 2023 · 0 comments
Open

The Input Problem of GRNN Networks #44

ergouwang305 opened this issue May 22, 2023 · 0 comments

Comments

@ergouwang305
Copy link

In the given example, the input of newgrnn's prediction function net.sim is only one-dimensional. When I called, the input needed to have 11 dimensions, but an error was reported: "ValueError: non broadcastable output operand with shape (1,) doesn't match the broadcastable shape (11,)".

Can this GRNN network only accept one-dimensional input?

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

1 participant