Questions tagged with Amazon SageMaker Model Building

Content language: English

Select up to 5 tags to filter
Sort by most recent

Browse through the questions and answers listed below or filter and sort to narrow down your results.

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...
0
answers
0
votes
125
views
asked 3 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
990
views
asked 4 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
174
views
ily
asked 5 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...
3
answers
0
votes
290
views
Alex
asked 6 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
71
views
danuML
asked 8 months 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...
1
answers
0
votes
480
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...
0
answers
0
votes
130
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...
1
answers
1
votes
341
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...
0
answers
0
votes
78
views
asked a year ago
I used the training script from [https://sagemaker.readthedocs.io/en/stable/frameworks/xgboost/using_xgboost.html](here),and trying to train the model. And the here is the code I used for configuring...
0
answers
0
votes
229
views
asked a year ago
![ModelFailedError](/media/postImages/original/IMLrR9PNq1QVCnKwIUz-sWmQ) I am getting model building failed in AWS Canvas after three tries. I created model, set my parameters, ran validation and...
1
answers
0
votes
524
views
profile picture
asked a year ago