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

Missing Keras Layers #15

Open
SirZendom opened this issue Jul 31, 2019 · 1 comment
Open

Missing Keras Layers #15

SirZendom opened this issue Jul 31, 2019 · 1 comment

Comments

@SirZendom
Copy link

The Dropout-Layer doesnt seem to be represented.
Error comes from the keras_util
NameError: name 'Dropout' is not defined

@yu4u
Copy link
Owner

yu4u commented Jul 31, 2019

Yes, as described in README,

Keras sequential model can be converted to convnet_drawer.Model (thanks to @Wakamezake). Only Conv2D, MaxPooling2D, GlobalAveragePooling2D, Flatten, Dense layers are supported for this conversion.

Currently I have no plan to support the other layers now.

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

No branches or pull requests

2 participants