瀏覽代碼

Update general.py plot_evolution()

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

+ 1
- 1
utils/general.py 查看文件

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

Loading…
取消
儲存