diff --git a/utils/loggers/wandb/sweep.py b/utils/loggers/wandb/sweep.py index fdabec4eb..6029f6b80 100644 --- a/utils/loggers/wandb/sweep.py +++ b/utils/loggers/wandb/sweep.py @@ -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