Questions tagged with Machine Learning & AI

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.

I have the following code, but it does not work with `model_id='anthropic.claude-3-sonnet-20240229-v1:0'`. ```python import boto3 import json from fmeval.constants import MIME_TYPE_JSONLINES from...
1
answers
0
votes
73
views
AWS
asked 2 months ago
Hi I just started a new AWS account to test out Sagemaker. I followed this example to the letter using Sagemaker Studio's...
1
answers
0
votes
221
views
asked 2 months ago
ClientError: An error occurred (AccessDeniedException) when calling the CreateEndpointConfig operation: User: arn:aws:sts::671409133100:assumed-role/SageMaker-udacitySagemakerRole/SageMaker is not...
Accepted AnswerMachine Learning & AI
1
answers
0
votes
135
views
asked 2 months ago
For days now when trying to add model access for the Anthropic models in bedrock I've been unable to complete the required questionnaire as it seems to be bugged. The Website field validation fails no...
4
answers
0
votes
274
views
NickB
asked 2 months ago
I call AWS translation service for translation in bulk sometimes it works and sometimes it gives me this error ERROR] 2024-06-20T04:56:20.363Z 676c534a-9fca-409f-86d2-d55ff11236e0 Unexpected error...
0
answers
0
votes
184
views
Anoop
asked 2 months ago
Hello everyone, I recently launched an g5.2xlarge instance, which is advertised with 24 GB of GPU memory (vRAM). However, after starting the instance and running the nvidia-smi command, I noticed...
1
answers
0
votes
192
views
asked 2 months ago
We have several applications where this error comes up. The code will run fine in a local IDE, but we cannot run the code in SageMaker. The code is as follows: This is to remove the...
0
answers
0
votes
215
views
L42
asked 2 months ago
I am using Llama 3 70B through AWS Bedrock SDK. I observe that 90%+ responses are not in JSON, as mentioned in the prompt. Instead, I'm getting blank responses or string responses. Can anyone help me...
1
answers
0
votes
1079
views
asked 2 months ago
I am new to AWS and I do not understand a lot things here. I have a trained LSTM model in <model-name>.keras format. I am looking to deploy this model as a batch transformer. I have a custom script...
1
answers
0
votes
225
views
Tjaz
asked 2 months ago
Hello everyone, I'm currently working on an AWS SageMaker project where I need to scale an async endpoint from 0 to 1 instance to handle a single request. The goal is to maintain cost efficiency by...
1
answers
0
votes
371
views
asked 2 months ago
I am trying to train linear-model in AWS sagemaker, where predictor type is "regressor". I am stuck I have no clue what I have to do. I have uploaded my data to S3-bucket. You can see full code in...
Accepted AnswerMachine Learning & AI
1
answers
0
votes
154
views
asked 2 months ago
I am trying to deploy an endpoint to Amazon SageMaker using an example from AWS samples for activity detection. I am following the instructions in this...
0
answers
0
votes
114
views
Ashwani
asked 2 months ago