Skip to content

Commit

Permalink
Updated batch size to match our laptop GPUs
Browse files Browse the repository at this point in the history
  • Loading branch information
mikedeboer committed Jan 20, 2023
1 parent 347f2e2 commit c9c7141
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class TrainSegmentatorConfig:
split: str = None

# Dataloader
batch_size: int = 4
batch_size: int = 2
num_workers: int = 10

# Model
Expand Down

0 comments on commit c9c7141

Please sign in to comment.