Skip to content

Commit

Permalink
Update newline (ultralytics#4308)
Browse files Browse the repository at this point in the history
  • Loading branch information
glenn-jocher committed Aug 4, 2021
1 parent 5b9afed commit bc410e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion train.py
Original file line number Diff line number Diff line change
Expand Up @@ -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}')


Expand Down

0 comments on commit bc410e4

Please sign in to comment.