From aef21cca660341f1448d32a15fe9a3a9a89c9074 Mon Sep 17 00:00:00 2001 From: n12iB <106806889+n12iB@users.noreply.github.com> Date: Sun, 26 Jun 2022 22:25:47 +0200 Subject: [PATCH] Update train.py --- train.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/train.py b/train.py index 07dc3287b487..a88a3456e759 100644 --- a/train.py +++ b/train.py @@ -224,7 +224,7 @@ def train(hyp, opt, device, callbacks): # hyp is path/to/hyp.yaml or hyp dictio gs, single_cls, hyp=hyp, - augment=True, + augment=False, cache=None if opt.cache == 'val' else opt.cache, rect=opt.rect, rank=LOCAL_RANK, @@ -309,7 +309,7 @@ def train(hyp, opt, device, callbacks): # hyp is path/to/hyp.yaml or hyp dictio gs, single_cls, hyp=hyp, - augment=True, + augment=False, cache=None if opt.cache == 'val' else opt.cache, rect=opt.rect, rank=LOCAL_RANK,