Skip to main content
Stack Overflow
  1. About
  2. For Teams
Filter by
Sorted by
Tagged with
0 votes
0 answers
37 views

I'm trying to deploy a pre-trained PyTorch model to SageMaker using the Python SDK. I have a model.tar.gz file that is uploaded to S3, with the following structure: code/ code/requirements.txt code/...
0 votes
0 answers
16 views

I have an MLflow model deployed in SageMaker, but when I try to update it I get this error: MlflowException: You are attempting to deploy an application with name: titanic-xgboost-endpoint in 'create' ...
Best practices
0 votes
0 replies
41 views

In the AWS environment, which of Sagemaker Registry or MLFlow do you suggest? If we want to use grid search to experiment with different configurations and log all experiments to decide which model to ...
-4 votes
1 answer
73 views

I am using lambda and Python and S3. # lambda_bootstrap_train.py import boto3 import time import json import os sm = boto3.client('sagemaker', region_name='us-east-2') s3 = boto3.client('s3', ...
1 vote
0 answers
75 views

I am connecting to an EMR cluster through SageMaker Unified Studio(JupyterLab). My EMR cluster is configured with Delta Lake support, and I have the following Spark properties set on the cluster: ...
0 votes
1 answer
56 views

I want to share my jupyter notebook to public in AWS sagemaker. But when an IAM user logins all the files are listed under file explorer and he is allowed to download myfunctions.py files where all ...
0 votes
0 answers
38 views

I have trained a model and deployed as endpoint using aws sagemaker and when I tried to invoke I have got error: 2025年09月09日 14:58:25.724914: I external/org_tensorflow/tensorflow/core/framework/...
0 votes
0 answers
69 views

I'm trying to deploy a custom PyTorch model to a SageMaker Multi-Model Endpoint (MME). My model is saved as a state_dict using torch.save(), so it requires a custom inference.py script to load the ...
2 votes
0 answers
179 views

I'm trying to connect to an existing EMR cluster from SageMaker Unified Studio to run SQL queries via JupyterLab. SageMaker requires that the EMR cluster be runtime role-enabled to integrate with ...
0 votes
1 answer
63 views

I did look into Request an access token with a client_secret and Connecting with OAuth and cannot find details how this can be programatically to pass token into: ctx = snowflake.connector.connect( ...
0 votes
2 answers
287 views

For context, I'm currently working in a JupyterLab space in SageMaker studio. My goal is to deploy a HuggingFace Llama model for batch transform inference. The data I will be passing in to the LLM is ...
0 votes
0 answers
41 views

I am having difficulty invoking a sagemaker endpoint from API gateway. The API gateway API is a REST API (POST method type) with Sagemaker Runtime as the Integration type. The HTTP method in the ...
0 votes
1 answer
58 views

I'm setting up a model and about to start training a dataset from an S3 bucket. To load the data from S3 I'm using s3torchconnector.S3MapDataset.from_prefix which loads the data into the Sagemaker ...
0 votes
1 answer
92 views

I’m working with AWS SageMaker Model Registry and have a training pipeline that creates and registers a new model package in a ModelPackageGroupName. After that, I have a separate evaluation pipeline ...
0 votes
2 answers
68 views

I'm testing a Self-supervise pre-training model, independently of the model I'm getting the same Error. My environment is Jupiter Labs for AWS Sagemaker, the problem comes when, using args and trying ...

15 30 50 per page
1
2 3 4 5
...
203

AltStyle によって変換されたページ (->オリジナル) /