Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
yifanyeung committed Jan 19, 2024
1 parent c2e769f commit 25c1670
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,6 @@ def train_dataloaders(
buffer_size=self.args.num_buckets * 2000,
shuffle_buffer_size=self.args.num_buckets * 5000,
num_cuts_for_bins_estimate=20000,
buffer_size=60000,
drop_last=self.args.drop_last,
)
else:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,6 @@ def train_dataloaders(
num_buckets=self.args.num_buckets,
buffer_size=self.args.num_buckets * 2000,
shuffle_buffer_size=self.args.num_buckets * 5000,
buffer_size=300000,
drop_last=True,
)
else:
Expand Down

0 comments on commit 25c1670

Please sign in to comment.