Which estimator type should you use?

Posted by: Pdfprep Category: DP-100 Tags: , ,

You create a multi-class image classification deep learning model that uses a set of labeled images. You create a script file named train.py that uses the PyTorch 1.3 framework to train the model.

You must run the script by using an estimator. The code must not require any additional Python libraries to be installed in the environment for the estimator. The time required for model training must be minimized.

You need to define the estimator that will be used to run the script.

Which estimator type should you use?
A . TensorFlow
B . PyTorch
C . SKLearn
D . Estimator

Answer: B

Explanation:

For PyTorch, TensorFlow and Chainer tasks, Azure Machine Learning provides respective PyTorch, TensorFlow, and Chainer estimators to simplify using these frameworks.

Reference: https://docs.microsoft.com/en-us/azure/machine-learning/how-to-train-ml-models

Leave a Reply

Your email address will not be published.