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 23, 2022
1 parent b2f5e19 commit ee1e6dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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=False,
augment=True,
cache=None if opt.cache == 'val' else opt.cache,
rect=opt.rect,
rank=LOCAL_RANK,
Expand Down

0 comments on commit ee1e6dd

Please sign in to comment.