From 31d6c389f2cb6ec402703085cfc17af7821b71e7 Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Tue, 25 Aug 2020 23:08:14 -0700 Subject: [PATCH] Update general.py plot_evolution() --- utils/general.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/general.py b/utils/general.py index ec5717d..79b843e 100755 --- a/utils/general.py +++ b/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)