plot_from_logs¶
Module Contents¶
Functions¶
|
Parses multiple log files and plots aggregated statistics across runs. |
Attributes¶
- plot_training_logs(log_files)¶
Parses multiple log files and plots aggregated statistics across runs. Each metric (best, mean) is shown as the cross-run mean ± 1 std band.
- Parameters:
log_files (
str or list) – A single file path or a list of file paths.
- batch_dir¶