提交 31d6c389 authored 作者: Glenn Jocher's avatar Glenn Jocher

Update general.py plot_evolution()

上级 1e7674d4
......@@ -1190,7 +1190,7 @@ def plot_labels(labels, save_dir=''):
plt.close()
def plot_evolution(yaml_file='runs/evolve/hyp_evolved.yaml'): # from utils.general import *; plot_evolution()
def plot_evolution(yaml_file='data/hyp.finetune.yaml'): # from utils.general import *; plot_evolution()
# Plot hyperparameter evolution results in evolve.txt
with open(yaml_file) as f:
hyp = yaml.load(f, Loader=yaml.FullLoader)
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论