-
Notifications
You must be signed in to change notification settings - Fork 35
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
Trial Component: Failed to retrieve model package details. #170
Comments
I have the same issue when registering the model using Sagemaker Pipeline |
any update here? |
Environment: SageMaker Studio I'm seeing the same thing. To create the model I'm using some generic code
Then the path to the model is saved: Then to register this model I run this code:
The model successfully uploads to the registry, increments its version, but I get the same error as others. Is this a bug or are we misusing the Model Registry? |
After playing around quite a bit I found that registering the model through boto3 like I did in my comment above did not automatically link the TrialComponent, but when using the SageMaker SDK way of registering a model I was able to see the TrialComponent link
|
Describe the bug
After a model is trained and registered, I navigate to the model registry and select the model group name -> model version -> settings. At "Trial Component" row is shows "Failed to retrieve model package details"
This issue is appearing just for the approved model versions
To Reproduce
Steps to reproduce the behavior:
trained and registered a model then approve the model
Expected behavior
A link to the corresponding "Trail component" should be shown
Screenshots
If applicable, add screenshots to help explain your problem.
Environment:
Framework (e.g. TensorFlow) / Algorithm (e.g. KMeans):
Framework Version:
Python Version:
CPU or GPU:
Python SDK Version:
Are you using a custom image:
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: