提交 2b7a1130 authored 作者: Glenn Jocher's avatar Glenn Jocher

Merge remote-tracking branch 'origin/master'

......@@ -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
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论