Uncaught (in promise) Error: Provided weight data has no target variable: block1_conv1_2/kernel
问题 I am new to machine learning and I was following this blog on how to write a model with mobilenet. I managed to convert the .h5 file model and tried to implement it on my web app. Unfortunately, when I try to load the JSON model I get this error: Uncaught (in promise) Error: Provided weight data has no target variable: block1_conv1_2/kernel. Screenshot of the error on a browser I converted the .h5 model in the command line like so: tensorflowjs_converter --input_format keras model.h5