Skip to content

Commit

Permalink
reduce bsz
Browse files Browse the repository at this point in the history
  • Loading branch information
priyakasimbeg committed Sep 25, 2023
1 parent a03f96f commit c58851d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ def get_batch_size(workload_name):
elif workload_name == 'imagenet_vit':
return 1024
elif workload_name == 'librispeech_conformer':
return 256
return 32
elif workload_name == 'librispeech_deepspeech':
return 256
elif workload_name == 'ogbg':
Expand Down

0 comments on commit c58851d

Please sign in to comment.