Skip to content

Commit

Permalink
Update sweep.py (#5402)
Browse files Browse the repository at this point in the history
  • Loading branch information
AyushExel authored Oct 29, 2021
1 parent ed887b5 commit 620b535
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions utils/loggers/wandb/sweep.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@ def sweep():
opt.epochs = hyp_dict.get("epochs")
opt.nosave = True
opt.data = hyp_dict.get("data")
opt.weights = str(opt.weights)
opt.cfg = str(opt.cfg)
opt.data = str(opt.data)
opt.hyp = str(opt.hyp)
opt.project = str(opt.project)
device = select_device(opt.device, batch_size=opt.batch_size)

# train
Expand Down

0 comments on commit 620b535

Please sign in to comment.