aws / sagemaker-experiments

Experiment tracking and metric logging for Amazon SageMaker notebooks and model training.
Apache License 2.0
125 stars 36 forks source link

Fix the issue where the SDK is unable to load trail-component for jobs with mix-case names #187

Open leoroy opened 1 year ago

leoroy commented 1 year ago

Describe the bug The experiment SDK is unable to load trail-component for jobs with mix-case names

To Reproduce Steps to reproduce the behavior:

  1. create a processing job with mix-case name
  2. try to load the trial-component from the environment
  3. SDK will not be able to load the trial-component based on the processing job

Expected behavior A clear and concise description of what you expected to happen. The SDK should be able to load the trial-component for the given processing job

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.