Преглед изворни кода

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…
Откажи
Сачувај