'Converting Tensorflow Lite Model to Tensorflow Model
Is there's any way to convert a Tensorflow Lite model to a normal Tensorflow Model that i can use with Tensorflow.Javascript?
Solution 1:[1]
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
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Vladimir Mandic |
