Commit
·
31d6c38
1
Parent(s):
1e7674d
Update general.py plot_evolution()
Browse files- utils/general.py +1 -1
utils/general.py
CHANGED
@@ -1190,7 +1190,7 @@ def plot_labels(labels, save_dir=''):
|
|
1190 |
plt.close()
|
1191 |
|
1192 |
|
1193 |
-
def plot_evolution(yaml_file='
|
1194 |
# Plot hyperparameter evolution results in evolve.txt
|
1195 |
with open(yaml_file) as f:
|
1196 |
hyp = yaml.load(f, Loader=yaml.FullLoader)
|
|
|
1190 |
plt.close()
|
1191 |
|
1192 |
|
1193 |
+
def plot_evolution(yaml_file='data/hyp.finetune.yaml'): # from utils.general import *; plot_evolution()
|
1194 |
# Plot hyperparameter evolution results in evolve.txt
|
1195 |
with open(yaml_file) as f:
|
1196 |
hyp = yaml.load(f, Loader=yaml.FullLoader)
|