Questions tagged [amazon-sagemaker-studio]

106 questions
1
vote
0 answers

Clone Failed SageMaker MLOps Project Using Third-party Git Repos

I'm trying to use MLOps template for model building, training, and deployment with third-party Git repositories using CodePipeline. I created the project successfully using the template and all the seed code is available in the GitHub repos I…
1
vote
1 answer

Getting VS code server to run on Sagemaker Studio

I am currently in the process of exploring the possible use of VS Code Server on Sagemaker Studio. Of course, if you sign up through Code Server preview, I was able to set and start it up. However, when I tried to serve it locally, I encountered a…
1
vote
1 answer

Unable to open AWS Sagemaker Studio

I am currently working on a machine learning project and choose to build, train and deploy my model using AWS Sagemaker. I have been able to open Sagemaker studio for the past few days but now when I try I get the error below: Unable to create app…
1
vote
0 answers

How do I verify my phone number on Amazon Sagemaker Studio Labs if it's shorter than 12 digits?

As of today Amazon are requiring phone number verification before allowing you to use a GPU for compute. The trouble is, when I enter my number in the international format, I get an error asking me to enter a 12-digit phone number. "Enter an12-digit…
1
vote
1 answer

Sagemaker Studio Associate Notebook with Running App

I am running Sagemaker Studio and have per the picture below, a running instance of a specific instance type. This was created when i created a new notebook and picked the instance type and kernel. But that creation also ended with an error message…
B_Miner
  • 1,840
  • 4
  • 31
  • 66
1
vote
1 answer

How to delete pipeline execution records on SageMaker Studio?

I want to delete pipeline execution records appearing on SageMaker Studio to keep order and remove unnecessary records. I am fine with doing it via python, but i also accept any other tool available. I know the possibility of deleting the entire…
1
vote
0 answers

Error when using createmodel function for Sagemaker

Recently encountered this weird error with a custom image that I build. There is no issue for training and processing job. Just on when I wanted to createmodel. ClientError: An error occurred (ValidationException) when calling the CreateModel…
1
vote
1 answer

How to troubleshoot a Sagemaker Studio solution that doesn't launch?

Every time I try to launch a SageMaker Solution, the Studio keeps spinning and nothing happens, not even an error message. What am I possibly doing wrong? How can I collect information to troubleshoot the issue? Steps to reproduce: with the…
Fanta
  • 2,825
  • 5
  • 26
  • 35
0
votes
0 answers

Streamlit app URL from Sagemaker gives Expired Auth Token. Request

I started a streamlit app on Sagemaker following this and I am able to view the app in my browser, but anyone else using the link gets this : Invalid or Expired Auth Token. Request a new presigned URL to continue using SageMaker. How do I resolve…
S_S
  • 1,276
  • 4
  • 24
  • 47
0
votes
1 answer

How to integrate SageMaker Clarify Explainability and HPO in AWS Sagemaker?

I'm wondering to use Sagemaker clarify explainability in combination with HPO. I saw the sagemaker examples using the 'experiments.run ([docs link][1]), but I did not figure out how to adapt for HPO task. Thank you all for any help. Short docs…
0
votes
0 answers

What is the ClientError related to SageMaker Experiments to save trial component?

I'm learning about SageMaker Experiments and I gotcha a client error that I did not figure out what it is. If I understood correctly, I think that is something when the SM tries to save the generated training model. Besides, the training job…
0
votes
0 answers

SageMaker Studio: Importing custom package

I'm using SageMaker Studio notebook and am having trouble importing my custom package. When I'm in the terminal in SageMaker Studio, my package file (dblogin.py) is in this path: /home/sagemaker-user/DBPackage Within the notebook, I have the…
Asim Raja
  • 39
  • 1
  • 6
0
votes
0 answers

Getting back to default SageMaker Studio Lab project

I wanted to start fresh and delete the things I had added to my project, and I think I may have messed up and deleted like all the important files my one and only studiolab project needs. For example, I got the error bash: sudo: command not found…
0
votes
0 answers

Jupyter Notebook Jobs not reading the file in Sagemaker Studio

I have a python script that reads the sql file from the same location. When I run it from kernal, the process works fine. However when I schedule and run it from Notebook jobs, it keeps failing with the error "FileNotFoundError Traceback (most…
0
votes
1 answer

Sagemaker Jupyter Notebook Cannot Access Local Files

I am running notebooks in Sagemaker Studio When I create a notebook and run it from stage studio, I execute from a directory which corresponds to what I see on the left sidebar import os print("getcwd", os.getcwd()) getcwd…