AI-102 Exam QuestionsBrowse all questions from this exam

AI-102 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:

Show Answer
Correct Answer:

Reference:

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

Discussion

17 comments
Sign in to comment
czmiel24
Aug 24, 2021

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
Sep 10, 2021

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

dinesh_tng
Sep 10, 2021

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
Nov 3, 2023

agree with you

Mehe323
Mar 4, 2024

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

DingDongSingSong
May 22, 2022

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

ninjia
Aug 12, 2022

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

reachmymind
Mar 5, 2022

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

KingChuang
Jan 17, 2023

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

RAN_L
Mar 15, 2023

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.

Pixelmate
Jun 28, 2023

was on exam 28/06

AdarshKumarKhare
Nov 4, 2022

But answer shows 4 steps

JamesKJoker
May 17, 2024

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.

hatanaoki
May 28, 2024

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

taiwan_is_not_china
May 28, 2024

Change the model domain Retrain the model Export the model

AdarshKumarKhare
Nov 4, 2022

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

NNU
Feb 12, 2023

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

zellck
Jul 1, 2023

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
Jul 20, 2023

Only three actions are requested. Test is optionnal imo

varinder82
Mar 25, 2024

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

nanaw770
May 25, 2024

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

ARM360
Jun 7, 2024

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

anto69
Jul 2, 2024

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

nithin_reddy
Jul 21, 2024

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