From 02ecb2d755989795ee7d8a94a30cdbf6b8994882 Mon Sep 17 00:00:00 2001 From: amlrelsa-ms Date: Wed, 18 Aug 2021 22:07:12 +0000 Subject: [PATCH] update samples from Release-109 as a part of SDK release --- .../pipeline-for-image-classification.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/how-to-use-azureml/work-with-data/datasets-tutorial/pipeline-with-datasets/pipeline-for-image-classification.ipynb b/how-to-use-azureml/work-with-data/datasets-tutorial/pipeline-with-datasets/pipeline-for-image-classification.ipynb index 0637c41c..59928c8d 100644 --- a/how-to-use-azureml/work-with-data/datasets-tutorial/pipeline-with-datasets/pipeline-for-image-classification.ipynb +++ b/how-to-use-azureml/work-with-data/datasets-tutorial/pipeline-with-datasets/pipeline-for-image-classification.ipynb @@ -273,8 +273,8 @@ "- python=3.6.2\n", "- pip:\n", " - azureml-defaults\n", - " - keras\n", - " - tensorflow<=2.4.*\n", + " - keras==2.4.3\n", + " - tensorflow==2.4.3\n", " - numpy\n", " - scikit-learn\n", " - pandas\n",