If you have trained models with Tensorflow.js, you can:
- Reduce model size by up to 75% improve memory using quantization.
- Optimize the prediction speed up to 20-30% (in browser) or 70-90% (in Node.js) by transforming the LayerModel to GraphModel.