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달 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠