nirchetrit

Results 2 comments of nirchetrit

The problem was with TensorFlowJS 3.0.0 after upgrading to 3.1.0 I can confirm all work well, just when converting the model - do not use the converter wizard as it...

Hey, please make sure you are running: "@tensorflow/tfjs": "^3.1.0", "@tensorflow/tfjs-converter": "^3.1.0", As well tfjs-converter 3.1.0 in your python environment.. For the converter use the following command: ``` tensorflowjs_converter \ --input_format=tf_saved_model...