Tommy Jing-Tao Liu 226422e13d update 4 years ago
..
log_parser.py 226422e13d update 4 years ago
plot.jpg 226422e13d update 4 years ago
readme.md 226422e13d update 4 years ago
run_log_parser_windows.cmd 226422e13d update 4 years ago
test.log 226422e13d update 4 years ago
test_new.log 226422e13d update 4 years ago
test_new.svg 226422e13d update 4 years ago

readme.md

#### parsing training log and plot Requirement

  1. ** matplotlib needed **

Usage

  1. --source-dir the directory of training log files
  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, just works on windows or linux with GUI desktop

python log_parser.py --source-dir ./ --save-dir ./ --log-file test.log --show true

plot