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

Log metrics outside sagemaker studio #72

Open
andrew-ge-wu opened this issue Apr 28, 2020 · 4 comments
Open

Log metrics outside sagemaker studio #72

andrew-ge-wu opened this issue Apr 28, 2020 · 4 comments
Assignees
Labels
enhancement New feature or request

Comments

@andrew-ge-wu
Copy link

Is your feature request related to a problem? Please describe.
Today we are using sagemaker notebook as development environment, and we like the sagemaker experiment concepts and try to use sagemaker experiments API to track our work.
We found most of the features we need works just fine without sagemaker studio except metrics.

Describe the solution you'd like
A consistent API experience with or without sagemaker studio.
When tracking metrics, it saves to trail component.

Describe alternatives you've considered
Configurable backend alternative to sagemaker studio, when it is not yet in GA.

Additional context

@danabens
Copy link
Member

Hi Andrew, thanks for your issue. We are working on this and will update this issue on progress, however no ETA yet.

@edgBR
Copy link

edgBR commented Sep 21, 2020

Hi community,

We had the same problem here and that´s why we were not using experiments in our current project. We actually had to create a "model registry" table in our DWH to deal with this issue. We were using boto3 to retrieve all of the parameters from our consequent training jobs.

BR
/E

@andrew-ge-wu
Copy link
Author

Hi
We still need this feature, because our retraining is happening outside of sagemaker context. We will have to make a choice of continuing to invest in sagemaker experiment functionalities or using other opensource softwares.

Best

/AW

@wangweixun
Copy link

Hi Andrew -- unfortunately we still don't have an ETA on this. Can I ask how you track "retraining is happening outside of sagemaker"? Do you create a custom trial component and add metrics as TrialComponentArtifact? Note that we do not support calling CreateTrialComponent outside of an SageMaker env by default today.

@danabens danabens added the enhancement New feature or request label Jul 1, 2021
@danabens danabens self-assigned this Mar 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants