Move results.txt from weights/ to log_dir

pull/104/head
Alex Stoken 2020-06-17 15:55:45 -05:00
parent ade023cff2
commit 3b2b330872
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ def train(hyp):
os.makedirs(wdir, exist_ok=True)
last = wdir + 'last.pt'
best = wdir + 'best.pt'
results_file = wdir + 'results.txt'
results_file = log_dir + 'results.txt'
epochs = opt.epochs # 300
batch_size = opt.batch_size # 64