Skip to content

Commit

Permalink
Update train.py
Browse files Browse the repository at this point in the history
  • Loading branch information
nikitabelooussovbtis committed Jun 22, 2022
1 parent 1194650 commit 54e7f34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions train.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -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,
Expand Down

0 comments on commit 54e7f34

Please sign in to comment.