This template is for miscellaneous issues not covered by the other issue categories.
For questions on how to work with TensorFlow.js, or support for problems that are not verified bugs in TensorFlow.js, please go to StackOverflow.
Uncaught n Error: Unknown layer: MovinetClassifier. This may be due to one of the following reasons:
- The layer is defined in Python, in which case it needs to be ported to TensorFlow.js or your JavaScript code.
- The custom layer is defined in JavaScript, but is not registered properly with tf.serialization.registerClass().