From 1a061c4af5a407590d922cb809906670c7510a2c Mon Sep 17 00:00:00 2001 From: erogol Date: Wed, 10 Jun 2020 13:51:59 +0200 Subject: [PATCH] new config argument to plot tb figures at training --- config.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config.json b/config.json index 5e10c535..53b12fe1 100644 --- a/config.json +++ b/config.json @@ -104,7 +104,8 @@ "separate_stopnet": true, // Train stopnet seperately if 'stopnet==true'. It prevents stopnet loss to influence the rest of the model. It causes a better model, but it trains SLOWER. // TENSORBOARD and LOGGING - "print_step": 25, // Number of steps to log traning on console. + "print_step": 25, // Number of steps to log training on console. + "tb_plot_step:": 100, // Number of steps to plot TB training figures. "print_eval": false, // If True, it prints intermediate loss values in evalulation. "save_step": 10000, // Number of training steps expected to save traninpg stats and checkpoints. "checkpoint": true, // If true, it saves checkpoints per "save_step"