mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-08-12 19:42:19 +00:00
Update prepare.sh
This commit is contained in:
parent
de469c0b65
commit
9ed5e92702
@ -135,7 +135,6 @@ if [ $stage -le 4 ] && [ $stop_stage -ge 4 ]; then
|
||||
mkdir -p $tokens_dir
|
||||
for subset in small medium large; do
|
||||
if [ ! -e $tokens_dir/libriheavy_${subset}.jsonl.gz ]; then
|
||||
echo $tokens_dir/libriheavy_${subset}.jsonl.gz
|
||||
log "Extract speech tokens for subset: $subset"
|
||||
output_dir=$tokens_dir/libriheavy_${subset}
|
||||
torchrun --nproc_per_node=8 \
|
||||
|
Loading…
x
Reference in New Issue
Block a user