Fix val `plots=plots` (#7524)

pull/7525/head
Glenn Jocher 2022-04-21 18:21:01 -07:00 committed by GitHub
parent 6ea81bb3a9
commit 23718df1c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -461,7 +461,7 @@ def train(hyp, opt, device, callbacks): # hyp is path/to/hyp.yaml or hyp dictio
save_dir=save_dir,
save_json=is_coco,
verbose=True,
plots=True,
plots=plots,
callbacks=callbacks,
compute_loss=compute_loss) # val best model with plots
if is_coco: