Skip to content

Commit

Permalink
update batch size
Browse files Browse the repository at this point in the history
  • Loading branch information
zhuwq0 committed Sep 16, 2024
1 parent 63456e2 commit fa2585f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adloc/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ def __init__(
picks,
events,
stations,
batch_size=1000,
batch_size=10000,
valid_index=None,
config=None,
rank=0,
Expand Down

0 comments on commit fa2585f

Please sign in to comment.