Update train.py
This commit is contained in:
parent
364b7c5111
commit
a5c9057dcc
4
train.py
4
train.py
|
|
@ -623,9 +623,9 @@ def main(opt, callbacks=Callbacks()):
|
||||||
|
|
||||||
# Plot results
|
# Plot results
|
||||||
plot_evolve(evolve_csv)
|
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"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):
|
def run(**kwargs):
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue