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

add documentation regarding limitations of log_metric method #122

Closed danabens closed 3 years ago

danabens commented 3 years ago

Add documentation on log_metric limitations due to how it works: sdk writes metrics to file and metrics agent parses metrics in file and adds to SM, if the metrics agent isn't present then metrics won't show up in SM.

yzhu0 commented 3 years ago

looks like the unit test is failing