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

Update Model call to Keras 2 API #69

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Update Model call to Keras 2 API #69

wants to merge 1 commit into from

Conversation

kettenfett
Copy link

Changed "output" to "outputs" and "input" to "inputs".
Prevent "UserWarning: Update your Model call to the Keras 2 API: Model(inputs=Tensor("co..., outputs=Tensor("ac...)"

Changed "output" to "outputs" and "input" to "inputs".
Prevent "UserWarning: Update your `Model` call to the Keras 2 API: `Model(inputs=Tensor("co..., outputs=Tensor("ac...)`"
@kettenfett kettenfett changed the title Update layer_result_generators.py Update Model call to Keras 2 API Jun 7, 2018
@jakebian
Copy link
Member

jakebian commented Jun 7, 2018

Thanks for the PR! I need to look into the Keras 2 API but is this backwards compatible with Keras 1?

@kettenfett
Copy link
Author

I'm not sure about backwards compatibility. This is the release that introduced the name changes.

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

Successfully merging this pull request may close these issues.

2 participants