From 4a8f52b5a53dfd8eedaf2581619bff666830ccea Mon Sep 17 00:00:00 2001 From: allegroai <> Date: Fri, 8 Nov 2019 22:33:44 +0200 Subject: [PATCH] Match defaults with trains --- trains_agent/backend_api/config/default/sdk.conf | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/trains_agent/backend_api/config/default/sdk.conf b/trains_agent/backend_api/config/default/sdk.conf index 04299ab..2b92f5a 100644 --- a/trains_agent/backend_api/config/default/sdk.conf +++ b/trains_agent/backend_api/config/default/sdk.conf @@ -26,6 +26,11 @@ # X files are stored in the upload destination for each metric/variant combination. file_history_size: 100 + # Max history size for matplotlib imshow files per plot title. + # File names for the uploaded images will be recycled in such a way that no more than + # X images are stored in the upload destination for each matplotlib plot title. + matplotlib_untitled_history_size: 100 + # Settings for generated debug images images { format: JPEG