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
Currently, when converting keras model with deconvolution2d layer, the converter went fine. However, when importing the model in Tensorflow.js, it outputs "Error: Unknown layer: Conv2DTranspose".
Also, conv2dtranspose is supported in tensorflow.js.
Copied from original issue: tensorflow/tfjs-converter#67