Unverified 提交 23718df1 authored 作者: Glenn Jocher's avatar Glenn Jocher 提交者: GitHub

Fix val `plots=plots` (#7524)

上级 6ea81bb3
...@@ -461,7 +461,7 @@ def train(hyp, opt, device, callbacks): # hyp is path/to/hyp.yaml or hyp dictio ...@@ -461,7 +461,7 @@ def train(hyp, opt, device, callbacks): # hyp is path/to/hyp.yaml or hyp dictio
save_dir=save_dir, save_dir=save_dir,
save_json=is_coco, save_json=is_coco,
verbose=True, verbose=True,
plots=True, plots=plots,
callbacks=callbacks, callbacks=callbacks,
compute_loss=compute_loss) # val best model with plots compute_loss=compute_loss) # val best model with plots
if is_coco: if is_coco:
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论