keplr-io / quiver

Interactive convnet features visualization for Keras
https://keplr-io.github.io/quiver/
MIT License
1.75k stars 223 forks source link

Update Model call to Keras 2 API #69

Open kettenfett opened 6 years ago

kettenfett commented 6 years ago

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...)"

jakebian commented 6 years ago

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

kettenfett commented 6 years ago

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