diff --git a/train.py b/train.py index a7d61c8c5411..23f4971b1758 100644 --- a/train.py +++ b/train.py @@ -583,7 +583,7 @@ def main(opt): # Plot results plot_evolve(evolve_csv) print(f'Hyperparameter evolution finished\n' - f"Results saved to {colorstr('bold', save_dir)}" + f"Results saved to {colorstr('bold', save_dir)}\n" f'Use best hyperparameters example: $ python train.py --hyp {evolve_yaml}')