Home > front end >  Converting Tensorflow Lite Model to Tensorflow Model
Converting Tensorflow Lite Model to Tensorflow Model

Time:04-02

Is there's any way to convert a Tensorflow Lite model to a normal Tensorflow Model that i can use with Tensorflow.Javascript?

CodePudding user response:

not supported by tfjs official converters as this is considered one-way conversion. but this tool is pretty amazing, although not the easiest to setup: https://github.com/PINTO0309/tflite2tensorflow

  • Related