mirror of
https://github.com/pjreddie/darknet.git
synced 2023-08-10 21:13:14 +03:00
516 B
516 B
parsing training log and plot
Requirement
- ** matplotlib needed **
Usage
- --source-dir the directory of training log files
- --save-dir the directory to save loss curve, image and csv file
- --log-file log file name to be parsed
- --csv-file csv file name to save loss data, default it's same with training log file name
- --show whether to show after finished parsing, default False
python log_parser.py --source-dir ./ --save-dir ./ --log-file test.log --show true