hyperparameter evolution bug fix (#566)

pull/498/head
Glenn Jocher 2020-08-01 19:24:14 -07:00
parent e32abb5fb9
commit 8074745908
1 changed files with 1 additions and 1 deletions

View File

@ -536,4 +536,4 @@ if __name__ == '__main__':
# Plot results
plot_evolution_results(yaml_file)
print('Hyperparameter evolution complete. Best results saved as: %s\nCommand to train a new model with these '
'hyperparameters: $ python train.py --hyp %s' % (f, f))
'hyperparameters: $ python train.py --hyp %s' % (yaml_file, yaml_file))