Overview of ONERT training capabilities
masterONERT supports model training in both Host and On-device environments. It is specifically optimized for on-device training where storage and computational resources are limited.
Key features include:
- On-device training: Based on existing trained models.
- Transfer Learning: Learning from new data added to a previously trained model.
- Supervised Fine-tuning: Improving the accuracy of a trained model using less data.
- Resource Optimization: Reuses memory space during training and uses optimized kernels for each operation to improve accuracy quickly with minimal resource usage.
- Model Export: Trained models can be saved and redeployed via the ONERT API for inference or further retraining in other environments.