From 84f53a4b05475156b03cbf9177ae190350fa824e Mon Sep 17 00:00:00 2001 From: Adesun <AvenSun@live.com> Date: Sun, 05 Aug 2018 04:18:27 +0000 Subject: [PATCH] * make regex compatible with new code * fix #777 exceeds Locator.MAXTICKS * set non-interactive backend when OS is not windows * save figure as SVG --- scripts/log_parser/readme.md | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/scripts/log_parser/readme.md b/scripts/log_parser/readme.md index 4982d27..7ab5f80 100644 --- a/scripts/log_parser/readme.md +++ b/scripts/log_parser/readme.md @@ -7,7 +7,7 @@ 2. --save-dir the directory to save loss curve, image and csv file 3. --log-file log file name to be parsed 4. --csv-file csv file name to save loss data, default it's same with training log file name -5. --show whether to show after finished parsing, default False +5. --show whether to show after finished parsing, default False, just works on windows or linux with GUI desktop `python log_parser.py --source-dir ./ --save-dir ./ --log-file test.log --show true` -- Gitblit v1.10.0