Skip to content

Commit

Permalink
Adding batch size to parameters in train function (Yolo V2)
Browse files Browse the repository at this point in the history
  • Loading branch information
ciupava authored Mar 3, 2025
1 parent df71212 commit 547bd9c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hot_fair_utilities/training/yolo_v8_v2/train.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ def train(
), # Using the environment variable with fallback
name=name,
epochs=int(epochs),
batch = int(batch_size),
resume=resume,
verbose=True,
deterministic=False,
Expand Down

0 comments on commit 547bd9c

Please sign in to comment.