Export Formats

We currently provide the following options for artifact export on Nexus:

🚧

We don't support exporting PyTorch for all models. Please contact us if you have any questions!

Model Export TypeDescription
Generate TensorFlow ModelThe regular TensorFlow model can be further edited and altered because it is still in its original form, so if the size of the model is not an issue for application, then one should opt for the TensorFlow model.
Generate TFLite ModelTFLite is designed to be a more lightweight, more efficient model that can be run on smaller devices like IoT devices or other mobile devices. Supports Post-Training Quantization.
Generate ONNX ModelONNX is utilized as an interim representation of your model that enables users to switch between different environments.
Generate PyTorch ModelPyTorch is well supported on major cloud platforms, providing frictionless development and easy scaling.
Generate CoreML ModelCoreML is designed to be a more lightweight, more efficient model that can be run on Apple iOS devices like iPhones and iPads. Supports Post-Training Quantization.

Common Questions

Are all YOLOv8 model export formats supported?

Datature does support Ultralytics YOLOv8 models on the platform, and as such, any YOLOv8 models trained on Datature's Nexus can be exported as PyTorch models, and using Ultralytics API, they can be converted into any of those formats listed in the link.