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

ValueError: Error when checking input: expected conv1d_1_input to have shape (129, 214) but got array with shape (129, 590) #132

Open
feemthan opened this issue May 30, 2018 · 1 comment

Comments

@feemthan
Copy link

Hi ,

While running the example code provided , I am getting the above error .
How to change the shape of the layers ?

@chadlagore
Copy link
Collaborator

Feels like it has to do with ms_per_observation parameter—your input is wider (ie longer observations) than the parent model expects. I'd like to see your code, but options are:

  • Build a new base model to handle your input width.
  • Use default ms_per_observation parameter.

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