Skip to content
Snippets Groups Projects
Commit e07b2b53 authored by Charly Lamothe's avatar Charly Lamothe
Browse files

Fix path issue in second plot of stage1

parent 649b4e64
No related branches found
No related tags found
1 merge request!9Resolve "Experiment pipeline"
......@@ -188,7 +188,7 @@ if __name__ == "__main__":
title='Loss values of {} using the best hyperparams'.format(args.dataset_name)
)
Plotter.plot_losses(
file_path=output_path + 'stage1' + os.sep + 'losses_wo_params.png',
file_path=output_path + os.sep + 'losses_wo_params.png',
all_experiment_scores=[base_wo_params_train_scores, base_wo_params_dev_scores, base_wo_params_test_scores,
random_wo_params_train_scores, random_wo_params_dev_scores, random_wo_params_test_scores,
omp_wo_params_train_scores, omp_wo_params_dev_scores, omp_wo_params_test_scores],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment