Skip to content

Commit dc0ce61

Browse files
glenn-jochereladco
authored andcommitted
Update train.py
1 parent d157be2 commit dc0ce61

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

train.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -623,9 +623,9 @@ def main(opt, callbacks=Callbacks()):
623623

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

630630

631631
def run(**kwargs):

0 commit comments

Comments
 (0)