Ayush Chaurasia commited on
Commit
620b535
1 Parent(s): ed887b5

Update sweep.py (#5402)

Browse files
Files changed (1) hide show
  1. utils/loggers/wandb/sweep.py +5 -0
utils/loggers/wandb/sweep.py CHANGED
@@ -26,6 +26,11 @@ def sweep():
26
  opt.epochs = hyp_dict.get("epochs")
27
  opt.nosave = True
28
  opt.data = hyp_dict.get("data")
 
 
 
 
 
29
  device = select_device(opt.device, batch_size=opt.batch_size)
30
 
31
  # train
 
26
  opt.epochs = hyp_dict.get("epochs")
27
  opt.nosave = True
28
  opt.data = hyp_dict.get("data")
29
+ opt.weights = str(opt.weights)
30
+ opt.cfg = str(opt.cfg)
31
+ opt.data = str(opt.data)
32
+ opt.hyp = str(opt.hyp)
33
+ opt.project = str(opt.project)
34
  device = select_device(opt.device, batch_size=opt.batch_size)
35
 
36
  # train