From 07e600547188634594681d54ed34858c5733dc55 Mon Sep 17 00:00:00 2001 From: thllwg Date: Fri, 10 Jul 2020 10:19:55 +0200 Subject: [PATCH] FIX: misplaced quote sign causes key error in config --- config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.json b/config.json index 0b20cd3a..5cf02505 100644 --- a/config.json +++ b/config.json @@ -106,7 +106,7 @@ // TENSORBOARD and LOGGING "print_step": 25, // Number of steps to log training on console. - "tb_plot_step:": 100, // Number of steps to plot TB training figures. + "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"