소스 검색

Merge remote-tracking branch 'origin/master'

5.0
Glenn Jocher 4 년 전
부모
커밋
2b7a11300e
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. +2
    -0
      train.py

+ 2
- 0
train.py 파일 보기

@@ -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

Loading…
취소
저장