astoken commited on
Commit
3b2b330
1 Parent(s): ade023c

Move results.txt from weights/ to log_dir

Browse files
Files changed (1) hide show
  1. train.py +1 -1
train.py CHANGED
@@ -50,7 +50,7 @@ def train(hyp):
50
  os.makedirs(wdir, exist_ok=True)
51
  last = wdir + 'last.pt'
52
  best = wdir + 'best.pt'
53
- results_file = wdir + 'results.txt'
54
 
55
  epochs = opt.epochs # 300
56
  batch_size = opt.batch_size # 64
 
50
  os.makedirs(wdir, exist_ok=True)
51
  last = wdir + 'last.pt'
52
  best = wdir + 'best.pt'
53
+ results_file = log_dir + 'results.txt'
54
 
55
  epochs = opt.epochs # 300
56
  batch_size = opt.batch_size # 64