You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The Dropout-Layer doesnt seem to be represented.
Error comes from the keras_util
NameError: name 'Dropout' is not defined
The text was updated successfully, but these errors were encountered: