Pārlūkot izejas kodu

assert --epochs

5.0
Glenn Jocher pirms 4 gadiem
vecāks
revīzija
3b16c865f0
1 mainītis faili ar 2 papildinājumiem un 0 dzēšanām
  1. +2
    -0
      train.py

+ 2
- 0
train.py Parādīt failu

@@ -134,6 +134,8 @@ def train(hyp):
file.write(ckpt['training_results']) # write results.txt

start_epoch = ckpt['epoch'] + 1
assert opt.epochs > start_epoch, '%s has already trained %g epochs. --epochs must be greater than %g' % \
(opt.weights, ckpt['epoch'], ckpt['epoch'])
del ckpt

# Mixed precision training https://github.com/NVIDIA/apex

Notiek ielāde…
Atcelt
Saglabāt