瀏覽代碼

hyperparameter evolution bug fix (#566)

5.0
Glenn Jocher 4 年之前
父節點
當前提交
8074745908
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      train.py

+ 1
- 1
train.py 查看文件

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

Loading…
取消
儲存