0.12.5
Google Chrome
Version 68.0.3440.106 (Official Build) (64-bit)
When trying to load a Tensorflow saved model (obtained with the Tensorflow.js converter) in the browser, I get the following error message:
Error: Unknown layer: InstanceNormalization
The Keras model is here. The code that triggers the error is the following:
await tf.loadModel(MODEL_PATH);
Hello,
i get a similar error when i try to load YOLO model
Error: Unknown layer: UpsampleLike
are there any updates on this
Thank you
Most helpful comment
Hello,
i get a similar error when i try to load YOLO model
Error: Unknown layer: UpsampleLike
are there any updates on this
Thank you