I have already converted keras model to tensorflowjs model. But when I am trying to load the same in browser it gives error which says that
Uncaught (in promise) Error: Provided weight data has no target variable: block1_conv1_1/kernel.
I have used transfer learning on vgg16 model in keras.