-
Notifications
You must be signed in to change notification settings - Fork 36
Description
I have nearly exactly the same issue as @athewsey had originally in Issue #73.
I have been trying for several hours to save experiments, trials and trial components in various orders such that log_metrics
actually logs any metrics. I am calling log_metrics
from a tracker created using load
rather than create
, inside a training job and no warnings are printed, but no matter what I do aws sagemaker studio and sagemaker experiments api seem unable to retrieve these metrics later (though parameters and artifacts are certainly logged).
@danabens can you provide a code snippet or the full code you ran before august 8 2020 that indicated to you that metrics are working as intended? This would possibly allow me to determine the source of my issue.
Presently I am unable to find any similar code outlining the intended log_metrics
workflow in either this repo or in amazon-sagemaker-examples
.