-
Notifications
You must be signed in to change notification settings - Fork 143
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
Not working dim_ordering, if you image_data_format(), SPP layer shape become <None, None> #27
Comments
Have you solved this problem? I also encountered the same problem!!! |
I meet the same problem, have you solved it? |
|
Hi Please I also meet the same problem . Need Help
|
Hi,
This code is not working for dim_ordering. I changed it to image_data_format() , now its working but the problem is that after adding spp layer, the output dimension becomes < None, None> . So can not add a dense layer after that.
The error is:
ValueError: The last dimension of the inputs to
Dense
should be defined. FoundNone
.Any idea how to solve this problem ?
The text was updated successfully, but these errors were encountered: