By using AWS re:Post, you agree to the AWS re:Post Terms of Use

All Content tagged with Amazon SageMaker Model Building

Amazon SageMaker provides all the tools and libraries you need to build ML models, the process of iteratively trying different algorithms and evaluating their accuracy to find the best one for your use case. In Amazon SageMaker you can pick different algorithms, including over 15 that are built-in and optimized for SageMaker, and use over 150 pre-built models from popular model zoos available with a few clicks.

Content language: English

Select up to 5 tags to filter
Sort by most recent
26 results
Hi, I am new to amazon SageMaker. I've a R model need to load into notebook, I tried load from local file folder. Then zipped the .rdata model into tar.gz file, loaded to s3 and used: model...
2
answers
0
votes
19
views
asked 5 days ago
Hi, I am instantiating an SKLearn estimator like this: ``` estimator = SKLearn( entry_point='steps/training.py', role=sm_execution_role, image_uri=image_uri, instance_type=instance_ty...
1
answers
0
votes
72
views
asked 2 months ago
Hi, I have an MLOps pipeline whose code is stored in CodeCommit. A commit to CodeCommit triggers a CodePipeline which in turn triggers a Sagemaker pipeline. The Sagemaker Pipeline creates a new mode...
1
answers
0
votes
177
views
asked 7 months ago
I am creating an marketplace model package. For implementation reasons i would like to support only T4 gpus for batch transform jobs (G4dn machines). I already checked that G4dn machines are available...
1
answers
0
votes
1.1K
views
asked 8 months ago
Hi, I am getting the follow error "[ERROR] SSLError: SSL validation failed for https://runtime.sagemaker.eu-north-1.amazonaws.com/endpoints/yolov5ep/invocations EOF occurred in violation of protocol...
0
answers
0
votes
182
views
asked 9 months ago
Hello ! I'm trying to delete some inference components from deleted endpoints. I was trying differents methods by aws cli or boto3. ``` aws sagemaker list-inference-components --region eu-central-1 ...
3
answers
0
votes
388
views
asked 10 months ago
Hi, I am trying to set up an XGBoost estimator as following ``` estimator = XGBoost( entry_point="code/train_sagemaker.py", role=role, instance_count=1, instance_type="ml.m5.large", ...
0
answers
0
votes
75
views
asked a year ago
Hello Experts! I'm working on a SageMaker Pipeline poc that uses two custom containers: one for creating a preprocessing model and data, and another for inference to serve the model. I've defined var...
1
answers
0
votes
662
views
asked a year ago
What should be the boolean value for Reinitialize top layer and Train only the top layer in the finetuning process for SSD MobileNet 1.0 model? Is the SSD model training required only on PNG images?
0
answers
0
votes
103
views
asked a year ago
On Google Colab, I fine-tuned my stable diffusion model and deployed it on hugging face. Now I want to create an endpoint in Sagamaker and generate new images. I am experiencing problems with image ge...
0
answers
0
votes
133
views
asked a year ago
This started happening a couple of weeks ago. The Model Registry in Sagemaker Studio stopped displaying repacked models. Notice in the image below how Version 5 and Version 6 are missing: Those are m...
1
answers
1
votes
399
views
asked a year ago
Hello! I have created a ntm model and retrieved the vectors from the model, but is there a way to retrieve the actual topic words from the model? For example, lda has .print_topics() to review the wor...
0
answers
0
votes
78
views
asked 2 years ago