File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 33export PYTHONPATH=" .." :$PYTHONPATH
44
55MODEL_IDs=(" nvidia/canary-1b-flash" ) # options: "nvidia/canary-1b" "nvidia/canary-1b-flash" "nvidia/canary-180m-flash"
6- BATCH_SIZE=96
6+ BATCH_SIZE=128
77DEVICE_ID=0
88
99num_models=${# MODEL_IDs[@]}
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ def download_audio_files(batch):
5353
5454 for id , sample in zip (batch ["id" ], batch ["audio" ]):
5555
56- # frist step added here to make ID and wav filenames unique
56+ # first step added here to make ID and wav filenames unique
5757 # several datasets like earnings22 have a hierarchical structure
5858 # for eg. earnings22/test/4432298/281.wav, earnings22/test/4450488/281.wav
5959 # lhotse uses the filename (281.wav) here as unique ID to create and name cuts
You can’t perform that action at this time.
0 commit comments