Skip to content

Commit 21a196a

Browse files
committed
fix conformer pytorch
1 parent e0e225d commit 21a196a

File tree

1 file changed

+0
-2
lines changed
  • algoperf/workloads/librispeech_conformer/librispeech_pytorch

1 file changed

+0
-2
lines changed

algoperf/workloads/librispeech_conformer/librispeech_pytorch/workload.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,8 +189,6 @@ def _build_input_queue(
189189
dataloader = data_utils.cycle(
190190
dataloader, custom_sampler=USE_PYTORCH_DDP, use_mixup=False
191191
)
192-
193-
dataloader = map(data_utils.shard, dataloader)
194192
return dataloader
195193

196194
# Does NOT apply regularization, which is left to the submitter to do in

0 commit comments

Comments
 (0)