Skip to content

Commit

Permalink
Fix for flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
yfyeung authored Jan 19, 2024
1 parent ae9ac81 commit 1ab3073
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,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=100000,
drop_last=self.args.drop_last,
)
else:
Expand Down

0 comments on commit 1ab3073

Please sign in to comment.