We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When I try to use a model which is created by fine-tuning MobileNet on a new dataset, I get this error.
Error: [Model] Layer DepthwiseConv2D specified in model configuration is not implemented!
MobileNet uses several custom layers and these layers need to be implemented in Keras.js as well to support MobileNet.
See keras-team/keras#7431
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When I try to use a model which is created by fine-tuning MobileNet on a new dataset, I get this error.
MobileNet uses several custom layers and these layers need to be implemented in Keras.js as well to support MobileNet.
See keras-team/keras#7431
The text was updated successfully, but these errors were encountered: