Skip to content

Commit

Permalink
Merge pull request #34 from hotosm/Solve_missing_batchsize
Browse files Browse the repository at this point in the history
Adding batch size to parameters in train function (Yolo V2)
  • Loading branch information
kshitijrajsharma authored Mar 3, 2025
2 parents df71212 + 547bd9c commit e8bdc27
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 e8bdc27

Please sign in to comment.