AWS Cloud Quest ML path : Set Up an ML Environment

1

Hello, I am following the cloud quest ML path, and I encounter an error during the 'Set Up an ML Environment' task. Enter image description here

After I download the needed Data successfully using this code snipet : s3 = boto3.client("s3") s3.download_file("sagemaker-sample-files", "datasets/text/SST2/sst2.train", "data/train") s3.download_file("sagemaker-sample-files", "datasets/text/SST2/sst2.test", "data/test")

I run this portion of code that throws an error : from sagemaker import s3, session bucket = session.Session().default_bucket() inputs = s3.S3Uploader.upload("data", "s3://{}/mxnet-gluon-sentiment-example/data".format(bucket))

and I get this error : Enter image description here Enter image description here Enter image description here Enter image description here Enter image description here Enter image description here Enter image description here Enter image description here Enter image description here Enter image description here

  • Same here. I tried downgrading the packages but it does not work. There are no other unlocked tasks without solving this one. AWS, please take a look.

質問済み 4ヶ月前152ビュー
2回答
0

Hi! We are currently investigating issues with some Machine Learning assignments using Jupyter notebooks. We will update once we've determined the cause and fix for these issues.

AWS
回答済み 4ヶ月前
0

Hello! All ML labs should be working again. Thank you.

AWS
回答済み 4ヶ月前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ