Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Debugger lab doesn't seem to work with SageMaker SDK v1 or v2 #73

Open
crh23 opened this issue Jul 14, 2023 · 0 comments
Open

Debugger lab doesn't seem to work with SageMaker SDK v1 or v2 #73

crh23 opened this issue Jul 14, 2023 · 0 comments

Comments

@crh23
Copy link

crh23 commented Jul 14, 2023

The debugger lab includes the line from sagemaker.predictor import csv_serializer, which appears to only be valid with SageMaker SDK v1.x. Later, the lab includes the line container = sagemaker.image_uris.retrieve(region=boto3.Session().region_name, framework='xgboost', version='1.0-1'), which appears to only be valid with SageMaker SDK v2.x. As such, I can't get the lab to run all the way through with either SDK version.

Tested with SageMaker SDK v1.72.1 and v2.172.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant