From 11121e39eda59288366a38dd30d2dc77e9c8b136 Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Thu, 4 Jun 2020 16:52:07 -0700 Subject: [PATCH] updates --- train.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/train.py b/train.py index 27228cd..6552a6e 100644 --- a/train.py +++ b/train.py @@ -299,7 +299,7 @@ def train(hyp): model=ema.ema, single_cls=opt.single_cls, dataloader=testloader, - fast=ni > n_burn) + fast=ni < n_burn) # Write with open(results_file, 'a') as f: