Exam AI-102 All QuestionsBrowse all questions from this exam
Question 74

DRAG DROP -

You train a Custom Vision model to identify a company's products by using the Retail domain.

You plan to deploy the model as part of an app for Android phones.

You need to prepare the model for deployment.

Which three actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.

Select and Place:

    Correct Answer:

    Reference:

    https://docs.microsoft.com/en-us/azure/cognitive-services/custom-vision-service/export-your-model

Discussion
czmiel24

Actually the model should be retrained prior to publishing: "From the top of the page, select Train to retrain using the new domain." So it should be: 1. Change the model domain 2. Retrain 3. Publish

dinesh_tng

Yep, Change the model to Retail (Compact). Exporting the Model is an optional step.

dinesh_tng

Actually all four steps required in the sequence Change, Retrain, Test and Export. Export is also must as model has to be deployed on Android App. If I have to choose three options, I may drop "Test" as that is not mandatory to proceed, but good to have as part of process.

rdemontis

agree with you

Mehe323

The question states: 'Which three actions should you perform in sequence?'

DingDongSingSong

Where is the Test step before publishing? After retraining you must test it before publishing it

ninjia

Agreed. see reference https://docs.microsoft.com/en-us/azure/cognitive-services/custom-vision-service/export-your-model

reachmymind

Change the model domain {Retail(compact)} Retrain the model Export the model https://docs.microsoft.com/en-us/azure/cognitive-services/custom-vision-service/export-your-model

RAN_L

Change the model domain: Since you trained the model using the Retail domain, you need to switch the domain to one that is optimized for mobile devices such as the General (compact) domain. Retrain the model: After changing the domain, you need to retrain the model using the new domain settings. Export the model: Once the model is retrained, you can export it in the format that is compatible with your Android app. The model can be exported as a TensorFlow or Core ML model for deployment on Android.

KingChuang

on my exam (2023-01-16 Passed) My Answer: 1. Change the model domain 2. Retrain 3. Publish

Pixelmate

was on exam 28/06

taiwan_is_not_china

Change the model domain Retrain the model Export the model

hatanaoki

1. Change the model domain 2. Retrain 3. Export

JamesKJoker

The Android App has Internet Connectivity, so there is no need for the Compact Version and also no need (and not even the option) for an Export. Therefore. 1. Change the Model 2. Retrain the Model 3. Test the Model.

AdarshKumarKhare

But answer shows 4 steps

nithin_reddy

Change the model domain Retail(compact) Retrain the model Export the model

anto69

But why they ask 3 and answer is 4. Btw... 1. Change the model domain 2. Retrain 3. Publish

ARM360

You train a Custom Vision model to identify a company's products by using the Retail domain. You are already using the retail domain, so you technically don't need to change the domain. You are only preparing it for deployment on a mobile app. So ... To prepare the Custom Vision model for deployment as part of an app for Android phones, you should perform the following three actions in sequence: Retrain the model. - Ensure the model is trained on the latest data to improve accuracy. Test the model. - Validate the model's performance to ensure it meets the required standards. Export the model. - Export the trained and tested model for integration into the Android app

nanaw770

1. Change the model domain 2. Retrain 3. Export

varinder82

Final Answer: Change the model domain {Retail(compact)} Retrain the model Export the model

zellck

1. Change model domain 2. Retrain model 3. Test model 4. Export model https://learn.microsoft.com/en-us/azure/cognitive-services/custom-vision-service/export-your-model

dazdzadzadzaazd

Only three actions are requested. Test is optionnal imo

NNU

The model was trained, we must to test it, chage the model domain and export it. https://learn.microsoft.com/en-us/azure/cognitive-services/custom-vision-service/test-your-model (How-to guides) the first is test, second change domain in Export models finaly export model

AdarshKumarKhare

Export the Model must be excluded as it is asking for only three steps not four.