Delete temp.py

This commit is contained in:
Sheri Gilley
2019-01-07 12:58:32 -06:00
committed by GitHub
parent a9a0713d2f
commit fb760f648d

View File

@@ -1,8 +0,0 @@
from azureml.core import Workspace
ws = Workspace.from_config()
#<amlcompute_temp>
from azureml.core.compute import ComputeTarget, AmlCompute
# First, list the supported VM families for Azure Machine Learning Compute
print(AmlCompute.supported_vmsizes(workspace=ws))