Export a model from a machine learning framework
Sentis currently supports model files in the following formats:
- ONNX (Open Neural Network Exchange)
- LiteRT (formerly TensorFlow Lite)
- .sentis (Sentis serialized format)
If your model is not in one of these formats, you must convert it.
Use the following table to determine the appropriate export workflow based on your machine learning framework.
| Machine learning framework | Export workflow |
|---|---|
| PyTorch | Export and convert to ONNX |
| TensorFlow, Keras, Tensorflow.js | Export and convert to LiteRT Export and convert to ONNX |