提交 bdd9fee8 authored 作者: Glenn Jocher's avatar Glenn Jocher

update fast mode

上级 1c0b6236
...@@ -303,7 +303,7 @@ def train(hyp): ...@@ -303,7 +303,7 @@ def train(hyp):
model=ema.ema, model=ema.ema,
single_cls=opt.single_cls, single_cls=opt.single_cls,
dataloader=testloader, dataloader=testloader,
fast=epoch > epochs / 2) fast=epoch < epochs / 2)
# Write # Write
with open(results_file, 'a') as f: with open(results_file, 'a') as f:
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论