Category "amazon-sagemaker"

latest aws xgb image does not support reg:

The following code snippet is inspired by this. hyperparameters = { "max_depth":"5", "eta":"0.2", "gamma":"4", "min_child_weight

Pytorch models deployment to sagemaker

I have trained my yolov5 model, and have weights.pt, now I need to deploy it using sagemaker, for that I need to create an endpoint. I'm following this tutoriel

Objects Not Visible Within S3 Bucket for GroundTruth Labeling Job

I am currently creating a GroundTruth Labeling job, and am following the tutorial https://www.youtube.com/watch?v=_FPI6KjDlCI&t=210s I have created the same

how to debug invocation timeout error in sagemaker batch transform?

I am experimenting with sagemaker, using a container from list here , https://github.com/aws/deep-learning-containers/blob/master/available_images.md to run my

botocore.exceptions.ClientError: An error occurred (ValidationException) when calling the CreateModel operation: Could not access model data

I want to deploy an MLflow image to an AWS Sagemaker endpoint that contains a machine learning model. I executed the following code, which I found in this blog

Change AWS SageMaker LogGroup Prefix?

We have applications for multiple tenants on our AWS account and would like to distinguish between them in different IAM roles. In most places this is already p

Deploy Yolov5 custom object detection model to AWS Sagemaker

I want to deploy trained Yolov5 custom object detection to AWS Sagamaker. I could not find any resources.

How to use SageMaker Estimator for model training and saving

The documentations of how to use SageMaker estimators are scattered around, sometimes obsolete, incorrect. Is there a one stop location which gives the comprehe

Shutdown AWS Sagemaker without using Python script

I am trying to find a solution to auto shutdown AWS Sagemaker instance after 1 hour of idleness. I found the below solution for this but at our environment the

Is it possible to connect to a Postgres DB from SageMaker Data Wrangler?

I set up a regular Postgres DB in AWS using the Amazon Relational Database Service (RDS). I would like to ingest this data using data wrangler for inspection an

Deploying Huggingface model for inference - pytorch-scatter issues

It's my first time with SageMaker, and I'm having issues when trying to execute this script I took from this Huggingface model (deploy tab) from sagemaker.huggi

SageMaker Studio domain creation fails due to KMS permissions

Question Please help understand the cause and solution for the problem. Problem SageMaker Studio domain creation fails due to KMS permissions. The IAM Role spec

Invocation timed out using Sagemaker to invoke endpoints with pretrained custom PyTorch model [Inference]

I have a pretrained model based on PyTorch (contextualized_topic_models) and have deployed it using AWS sagemaker script model. However, when I tried to invoke

AWS SageMaker TensorFlow Serving - Endpoint failure - CloudWatch log ref: "NET_LOG: Entering the event loop ..."

It's my first time using sagemaker to serve my own custom tensorflow model so I have been using the medium articles to get me started: How to Create a TensorFl

Automate the execution of a .ipynb file in SageMaker

I want to automate Jupyter's work. I created a function in AWS Lambda that when the S3 bucket receives a .csv file, it opens the determined instance of Jupyter

Get notebook outline in sagemaker studio like in Visual Studio Code

When I use visual studio code with jupyter notebook, I have an "outline" tab in the left panels that display the Markdown section of my notebook for quick acces

No space for sagemaker Studio lab to upload or download file

The SageMaker studio lab FAQ says there are 15GB space for each user, but I can't even upload or download a 900MB DataSet. When I upload or download it, return

How to train a model in SageMaker Studio with .train and .test extension dataset files?

I'm trying to implement ML models with Amazon SageMaker Studio, the thing is that the model that I want to implement is from hugging face and It uses a Dataset

How to delete amzon sagemaker studio project

I am unable to delete the project in amazon sagemaker studios have tried using the different methods

Is it possible to use Sagemaker Notebooks with a Docker image as your environment?

I'm currently developing a system that some private libraries. I'm developing in local mode and then when I need to process something specific I use Sagemaker P