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
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: