From ac55f198f17ec4ef550b82ab28f22b5eea9ebbad Mon Sep 17 00:00:00 2001 From: erogol Date: Sat, 23 May 2020 14:48:34 +0200 Subject: [PATCH] commenting config.json --- config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.json b/config.json index 03907fb0..32debf86 100644 --- a/config.json +++ b/config.json @@ -103,7 +103,7 @@ // TENSORBOARD and LOGGING "print_step": 25, // Number of steps to log traning on console. - "print_eval": false, // If True, it prints loss values in evalulation. + "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" "tb_model_param_stats": false, // true, plots param stats per layer on tensorboard. Might be memory consuming, but good for debugging.