Browse Source

update fast mode

5.0
Glenn Jocher 4 years ago
parent
commit
bdd9fee841
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      train.py

+ 1
- 1
train.py View File

@@ -303,7 +303,7 @@ def train(hyp):
model=ema.ema,
single_cls=opt.single_cls,
dataloader=testloader,
fast=epoch > epochs / 2)
fast=epoch < epochs / 2)

# Write
with open(results_file, 'a') as f:

Loading…
Cancel
Save