SageMaker metrics persistence

0

Quick questions on ML metrics persistence from sagemaker training tasks. The SageMaker regexp-over-CloudWatch is an attractive option, yet the metric retention in Cloudwatch seems to be restricted to 15 days.

  1. How to persist those metrics longer? Is it common to extract them out of Cloudwatch regularly to persist them somewhere else, eg S3 or an RDS? what is the best practice for long-term persistence of those metrics?
  2. Would SageMaker Experiments allow a collection of similar data (customer-defined training metrics) over a longer retention?
AWS
エキスパート
質問済み 4年前525ビュー
1回答
0
承認された回答
  1. You can now persist algorithm metrics from SageMaker Training Jobs (the ones you can collect with regexes or the ones available from built-in algorithms by default) by setting EnableSageMakerTimeSeriesMetrics through the AWS SDK or enable_sagemaker_metrics=true in the SageMaker Python SDK. These metrics are persisted long term, and available through Amazon SageMaker Studio. (Go to "Metrics" -> "Add Chart" from the detail page of a training job). These are available at no additional cost.

  2. Yes, SageMaker Experiments allow collection of similar data

Note that system metrics (CPU/GPU/Memory/Disk) are still available only through CloudWatch.

AWS
回答済み 4年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ