Update newline (#4308)
This commit is contained in:
parent
e78aeac973
commit
86c7150cfd
2
train.py
2
train.py
|
|
@ -583,7 +583,7 @@ def main(opt):
|
||||||
# Plot results
|
# Plot results
|
||||||
plot_evolve(evolve_csv)
|
plot_evolve(evolve_csv)
|
||||||
print(f'Hyperparameter evolution finished\n'
|
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}')
|
f'Use best hyperparameters example: $ python train.py --hyp {evolve_yaml}')
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue