소스 검색

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…
취소
저장