Answered step by step
Verified Expert Solution
Question
1 Approved Answer
You create an Azure Machine Learning compute cluster by using the following Azure Machine Learning Python SDK (v1) configuration code segment: compute_config = AmlCompute.provisioning_configuration(vm_size='STANDARD_DS12_V2', min_nodes=0,
You create an Azure Machine Learning compute cluster by using the following Azure Machine Learning Python SDK (v1) configuration code segment: compute_config = AmlCompute.provisioning_configuration(vm_size='STANDARD_DS12_V2', min_nodes=0, max_nodes=8, vm_prio Which statement is true about the compute cluster? The compute cluster can be used for GPU-based training of deep learning models. Virtual machines in the cluster can be preempted if a higher-priority workload requires the compute. The compute cluster always uses eight nodes for performing computations. You must use the computetarget.attach() method to attach the compute cluster to the experiment
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started