Output Results (MTL)
This page summarizes the output results of multi-task learning experiment and evaluation pipelines. Their existence, file or folder names, and formats can be customized.
The following output results are produced after running multi-task learning experiment or multi-task learning evaluation.
Folder or File | Description | Customization |
---|---|---|
<output_dir>/ |
Contains all output results |
|
<acc_save_dir>/ |
Contains all data and figures of test accuracy metrics |
|
<acc_save_dir>/acc.csv |
The original data of test accuracy metrics, stored as CSV format. It contains accuracy of all tasks and average accuracy |
|
<acc_save_dir>/acc.png |
Bar charts for test accuracy of all tasks |
|
<loss_cls_save_dir>/ |
Contains all data and figures of test classification loss metrics |
|
<loss_cls_save_dir>/loss_cls.csv |
The original data of test classification loss metrics, stored as CSV format. It contains classification loss of all tasks and average classification loss |
|
<loss_cls_save_dir>/loss_cls.png |
Bar charts for test classification loss of all tasks |
|
<output_dir>/lightning_logs/csv/ |
Training and validation metrics logged to Lightning CSV logger in real time. Please refer to my article about CL metrics to learn about training and validation metrics in continual learning |
|
<output_dir>/lightning_logs/tensorboard |
Output files for Lightning TensorBoard logger |
|
<output_dir>/lightning_logs/wandb |
Output files for Lightning Weights & Biases logger |
|
<samples_save_dir>/ |
Contains input samples of first batch |
|
<saved_models_dir>/ |
Contains saved model |
|
<profile_dir>/ |
Contains profiling results |
|
config_tree.log |
Full copy of the experiment config in tree format |
|
console.log |
Full logs of the console log in text format |
|