Skip to content

Commit 64d4660

Browse files
committed
Eval interval=1 fixed
1 parent 09e96bb commit 64d4660

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

general_utils/yolov6_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ def yolov6_train(args):
8181
opt.data_path = data_yaml_path
8282
opt.conf_file = finetune_py_file
8383
opt.image_size = args.image_size
84-
opt.eval_interval = args.eval_interval
84+
opt.eval_interval = 1
8585
opt.epochs = args.epochs
8686
opt.batch_size = args.batch_size
8787
opt.device = args.device

0 commit comments

Comments
 (0)