diff --git a/v1/python-sdk/tutorials/automl-with-azureml/classification-text-dnn/auto-ml-classification-text-dnn.ipynb b/v1/python-sdk/tutorials/automl-with-azureml/classification-text-dnn/auto-ml-classification-text-dnn.ipynb index eb3f323288..560f041165 100644 --- a/v1/python-sdk/tutorials/automl-with-azureml/classification-text-dnn/auto-ml-classification-text-dnn.ipynb +++ b/v1/python-sdk/tutorials/automl-with-azureml/classification-text-dnn/auto-ml-classification-text-dnn.ipynb @@ -139,7 +139,7 @@ " print(\"Found existing cluster, use it.\")\n", "except ComputeTargetException:\n", " compute_config = AmlCompute.provisioning_configuration(\n", - " vm_size=\"Standard_NC6s_v3, # CPU for BiLSTM, such as \"STANDARD_D2_V2\"\n", + " vm_size=\"Standard_NC6s_v3\", # CPU for BiLSTM, such as \"STANDARD_D2_V2\"\n", " # To use BERT (this is recommended for best performance), select a GPU such as \"Standard_NC6s_v3\"\n", " # or similar GPU option\n", " # available in your workspace\n",