from local

This commit is contained in:
dohe0342 2022-12-29 11:50:42 +09:00
parent 2967cdcdd0
commit 41140fd9bb
2 changed files with 2 additions and 1 deletions

View File

@ -172,6 +172,7 @@ if [ $stage -le 2 ] && [ $stop_stage -ge 2 ]; then
rm -rf $codebook_download_dir rm -rf $codebook_download_dir
fi fi
CUDA_VISIBLE_DEVICES="0,1,2,3,4,5,6,7"
./pruned_transducer_stateless6/extract_codebook_index.py \ ./pruned_transducer_stateless6/extract_codebook_index.py \
--full-libri $full_libri \ --full-libri $full_libri \
--exp-dir $exp_dir \ --exp-dir $exp_dir \