-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Description
Hi,
I'm trying to adapt this tutorial to my data. But when i try to fit my model, an error returns to me like this:
2020-11-10 14:44:26 Starting - Starting the training job...
2020-11-10 14:44:29 Starting - Launching requested ML instances......
2020-11-10 14:45:33 Starting - Preparing the instances for training......
2020-11-10 14:46:37 Downloading - Downloading input data
2020-11-10 14:46:37 Training - Downloading the training image...
2020-11-10 14:47:24 Failed - Training job failed
Cannot pull algorithm container. Either the image does not exist or its permissions are incorrect.
Now, things you could wanna now:
- My data 10000x7 with headers,
- My region is "eu-central-1", so i change/update my xgboost container info from this like this:
"eu-central-1:492215442770.dkr.ecr.eu-central-1.amazonaws.com/xgboost:latest" - my sagemaker version is '1.72.1'
- I log in as main user, so i think it is not about permission. I checked my role have fullaccess,
- and i have some cridits, so i think i have no problem about limits.
So, i wonder what are you think about this. Where am i wrong?
If you want any other information about my trials, i can show you everything. I wanna solve the sagemaker.
Thanks in advance