Tfjs: Unknown layer: InstanceNormalization

Created on 21 Aug 2018  路  1Comment  路  Source: tensorflow/tfjs

TensorFlow.js version

0.12.5

Browser version

Google Chrome
Version 68.0.3440.106 (Official Build) (64-bit)

Describe the problem or feature request

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

Code to reproduce the bug / link to feature request

The Keras model is here. The code that triggers the error is the following:

    await tf.loadModel(MODEL_PATH);
P3 layers awaiting tensorflower feature

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

>All comments

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

Was this page helpful?
0 / 5 - 0 ratings