AI-102 · Question #214
Drag and Drop Question You have an Azure AI Custom Vision service project that performs object detection. The project uses the General domain for classification and contains a trained model. You…
The correct answer is Change Domains to General (compact).; Retrain the model.; Export the model. To export a Custom Vision model for offline/disconnected use, you must first switch the domain to a 'compact' variant (General (compact)) because only compact domains support model export. After changing the domain, you must retrain the model since the existing model was…
Question
Exhibit
Answer Area
Drag items
Correct arrangement
- Change Domains to General (compact).
- Retrain the model.
- Export the model.
Explanation
To export a Custom Vision model for offline/disconnected use, you must first switch the domain to a 'compact' variant (General (compact)) because only compact domains support model export. After changing the domain, you must retrain the model since the existing model was trained on the non-compact domain and is no longer valid. Once retraining is complete on the compact domain, you can then export the model in formats like ONNX, TensorFlow, or CoreML for use without internet connectivity.
Topics
Community Discussion
No community discussion yet for this question.
