Microsoft
DP-100 · Question #169
Drag and Drop Question You create a multi-class image classification deep learning experiment by using the PyTorch framework. You plan to run the experiment on an Azure Compute cluster that has nodes
Sign in or unlock DP-100 to reveal the answer and full explanation for question #169. The question stem and answer options stay visible for context.
Train and deploy models
Question
Drag and Drop Question You create a multi-class image classification deep learning experiment by using the PyTorch framework. You plan to run the experiment on an Azure Compute cluster that has nodes with GPU's. You need to define an Azure Machine Learning service pipeline to perform the monthly retraining of the image classification model. The pipeline must run with minimal cost and minimize the time required to train the model. Which three pipeline steps should you run in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order. Answer:
Exhibit
Answer Area
Drag items
Configure a DataTransferStep() to fetch new image data from public web portal, running on the cpu-compute compute target.Configure an EstimatorStep() to run an estimator that runs the bird_classifier_train.py model training script on the gpu_compute compute target.Configure a PythonScriptStep() to run both image_fetcher.py and image_resize.py on the cpu-compute compute target.Configure an EstimatorStep() to run an estimator that runs the bird_classifier_train.py model training script on the gpu_compute compute target.Configure a PythonScriptStep() to run image_fetcher.py on the cpu-compute compute target.Configure a PythonScriptStep() to run image_resize.py on the cpu-compute compute target.Configure a PythonScriptStep() to run bird_classifier_train.py on the cpu-compute compute target.Configure a PythonScriptStep() to run bird_classifier_train.py on the cpu-compute compute target.
Unlock DP-100 to see the answer
You've previewed enough free DP-100 questions. Unlock DP-100 for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.
Topics
#Azure ML Pipelines#MLOps#Deep Learning#Resource Optimization
