Skip to content

Commit

Permalink
Update train.py
Browse files Browse the repository at this point in the history
  • Loading branch information
glenn-jocher authored Feb 10, 2022
1 parent 364b7c5 commit a5c9057
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions train.py
Original file line number Diff line number Diff line change
Expand Up @@ -623,9 +623,9 @@ def main(opt, callbacks=Callbacks()):

# Plot results
plot_evolve(evolve_csv)
LOGGER.info(f'Hyperparameter evolution finished\n'
LOGGER.info(f'Hyperparameter evolution finished {opt.evolve} generations\n'
f"Results saved to {colorstr('bold', save_dir)}\n"
f'Use best hyperparameters example: $ python train.py --hyp {evolve_yaml}')
f'Usage example: $ python train.py --hyp {evolve_yaml}')


def run(**kwargs):
Expand Down

0 comments on commit a5c9057

Please sign in to comment.