-
Notifications
You must be signed in to change notification settings - Fork 69
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
Training Shape Error: Shape must be rank 1 but is rank 4 for 'batch_normalization #39
Comments
Update: |
With keras==2.1.5(6):
|
Hi. It's been a little while since I upgraded by Keras. This could be an error in the image channel ordering, which is set to either channels_first or channels_last in your Keras config file. Here's mine:
...Hmmm. although I do override the setting to make it channels_last in |
bump. I have exactly the same error as @satels. |
Fixed it for me, thanks ! |
latest keras 2.2.0 with tensorflow 1.8.0 backend:
After successfull pre-processing results in Shape error.
Seems reshape step missing or did I make a mistake of adding --phase during pre-processing?
P.S. Impressive library, please keep going.
The text was updated successfully, but these errors were encountered: