transcranial / keras-js

Run Keras models in the browser, with GPU support using WebGL
https://transcranial.github.io/keras-js
MIT License
4.96k stars 503 forks source link

MobileNet support #119

Open kimamula opened 6 years ago

kimamula commented 6 years ago

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 https://github.com/keras-team/keras/issues/7431