提交 80747459 authored 作者: Glenn Jocher's avatar Glenn Jocher

hyperparameter evolution bug fix (#566)

上级 e32abb5f
...@@ -536,4 +536,4 @@ if __name__ == '__main__': ...@@ -536,4 +536,4 @@ if __name__ == '__main__':
# Plot results # Plot results
plot_evolution_results(yaml_file) plot_evolution_results(yaml_file)
print('Hyperparameter evolution complete. Best results saved as: %s\nCommand to train a new model with these ' 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))
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论