8000 Fix val `plots=plots` (#7524) · brinkqiang2python/yolov5@23718df · GitHub
[go: up one dir, main page]

Skip to content

Commit 23718df

Browse files
authored
Fix val plots=plots (ultralytics#7524)
1 parent 6ea81bb commit 23718df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

train.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -461,7 +461,7 @@ def train(hyp, opt, device, callbacks): # hyp is path/to/hyp.yaml or hyp dictio
461461
save_dir=save_dir,
462462
save_json=is_coco,
463463
verbose=True,
464-
plots=True,
464+
plots=plots,
465465
callbacks=callbacks,
466466
compute_loss=compute_loss) # val best model with plots
467467
if is_coco:

0 commit comments

Comments
 (0)
0