From ee3adf625f886aaffa72b45b5e5848cd503ab395 Mon Sep 17 00:00:00 2001 From: allegroai <> Date: Sun, 23 Feb 2020 12:38:14 +0200 Subject: [PATCH] Add single-series-per-graph setting to the configuration example --- docs/trains.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/trains.conf b/docs/trains.conf index 59c6c26..deb015b 100644 --- a/docs/trains.conf +++ b/docs/trains.conf @@ -141,6 +141,9 @@ sdk { quality: 87 subsampling: 0 } + + # Support plot-per-graph fully matching Tensorboard behavior (i.e. if this is set to True, each series should have its own graph) + tensorboard_single_series_per_graph: False } network {