From 782668fd2107e391663f45414802dcce4c81c6a7 Mon Sep 17 00:00:00 2001 From: allegroai <> Date: Sat, 5 Sep 2020 16:36:33 +0300 Subject: [PATCH] Add sdk.metrics.plot_max_num_digits to reduce plot storage size --- docs/trains.conf | 3 +++ trains_agent/backend_api/config/default/sdk.conf | 3 +++ 2 files changed, 6 insertions(+) diff --git a/docs/trains.conf b/docs/trains.conf index 50f6108..00c6a21 100644 --- a/docs/trains.conf +++ b/docs/trains.conf @@ -146,6 +146,9 @@ sdk { # X images are stored in the upload destination for each matplotlib plot title. matplotlib_untitled_history_size: 100 + # Limit the number of digits after the dot in plot reporting (reducing plot report size) + # plot_max_num_digits: 5 + # Settings for generated debug images images { format: JPEG diff --git a/trains_agent/backend_api/config/default/sdk.conf b/trains_agent/backend_api/config/default/sdk.conf index c1d9dcf..ebbb743 100644 --- a/trains_agent/backend_api/config/default/sdk.conf +++ b/trains_agent/backend_api/config/default/sdk.conf @@ -31,6 +31,9 @@ # X images are stored in the upload destination for each matplotlib plot title. matplotlib_untitled_history_size: 100 + # Limit the number of digits after the dot in plot reporting (reducing plot report size) + # plot_max_num_digits: 5 + # Settings for generated debug images images { format: JPEG