-
Notifications
You must be signed in to change notification settings - Fork 294
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
TypeError: _obtain_input_shape() got an unexpected keyword argument 'dim_ordering' #10
Comments
I think it is now called |
You are right. However I am currently holding off pushing the update to Keras 2 api since there are a few bugs that need to be addressed. Once the Keras 2 api stabilizes (perhaps with the release of Tensorflow 1.1 or 1.2, since by then Keras will be merged into Tensorflow so most of the bugs should be squashed), I will port the code. In the meantime, you can use my code from the contrib branch https://github.com/titu1994/keras-contrib/blob/master/keras_contrib/applications/densenet.py to use densenet with Keras 2 api. |
why they are changing parameter name for all new version ? It's waste of time to find new parameter names for all new version. Same situation for opencv library. What's your problem with parameter names ? |
@beyhangl this issue has been fixed since 6+ months ? |
with latest version (2.0.8) it's not working again. |
i made downgrade to 2.0.0 and works fine. |
The text was updated successfully, but these errors were encountered: