Browse Source

Fix val `plots=plots` (#7524)

modifyDataloader
Glenn Jocher GitHub 2 years ago
parent
commit
23718df1c6
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      train.py

+ 1
- 1
train.py 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:

Loading…
Cancel
Save