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년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인