What layers does the tensorflowjs_converter actually support? In my model, I am using an input layer, text vecotrization layer, embedding layer, average pooling, and dense layers and I am getting this error that “Identity is not in graph”.
Welcome to the Tensorflow Forum,
It seems, the TextVectorization
layer is not supported using tfjs_converter
.
Please refer to supported ops for tfjs_converter
.
Thank you!
1 Like