Update train.py

pull/6612/head
Glenn Jocher 2022-02-10 14:15:18 +01:00 committed by GitHub
parent 364b7c5111
commit a5c9057dcc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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):