glenn-jocher
commited on
Commit
•
bdd9fee
1
Parent(s):
1c0b623
update fast mode
Browse files
train.py
CHANGED
@@ -303,7 +303,7 @@ def train(hyp):
|
|
303 |
model=ema.ema,
|
304 |
single_cls=opt.single_cls,
|
305 |
dataloader=testloader,
|
306 |
-
fast=epoch
|
307 |
|
308 |
# Write
|
309 |
with open(results_file, 'a') as f:
|
|
|
303 |
model=ema.ema,
|
304 |
single_cls=opt.single_cls,
|
305 |
dataloader=testloader,
|
306 |
+
fast=epoch < epochs / 2)
|
307 |
|
308 |
# Write
|
309 |
with open(results_file, 'a') as f:
|