-
Notifications
You must be signed in to change notification settings - Fork 2k
Closed
Labels
Description
The following error appears to me when trying to import a model in tensorflow.js
Uncaught (in promise) Error: Unknown layer: SpatialDropout2D. 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().
It seems like SpatialDropout isn't implemented yet. Is anyone working on it?