Skip to content

Commit

Permalink
Merge branch 'master' into tohtana/stage-mii-benchmark
Browse files Browse the repository at this point in the history
  • Loading branch information
tohtana authored Nov 7, 2023
2 parents d3aabe3 + ff0e254 commit b79e4fe
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,6 @@ def main():
collate_fn=data_collator,
sampler=train_sampler,
batch_size=args.per_device_train_batch_size)
eval_sampler = SequentialSampler(eval_dataset)
eval_dataloader = DataLoader(eval_dataset,
collate_fn=data_collator,
sampler=eval_sampler,
Expand Down

0 comments on commit b79e4fe

Please sign in to comment.