Unverified 提交 620b535f authored 作者: Ayush Chaurasia's avatar Ayush Chaurasia 提交者: GitHub

Update sweep.py (#5402)

上级 ed887b59
...@@ -26,6 +26,11 @@ def sweep(): ...@@ -26,6 +26,11 @@ def sweep():
opt.epochs = hyp_dict.get("epochs") opt.epochs = hyp_dict.get("epochs")
opt.nosave = True opt.nosave = True
opt.data = hyp_dict.get("data") 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) device = select_device(opt.device, batch_size=opt.batch_size)
# train # train
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论