mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-12-11 06:55:27 +00:00
from local
This commit is contained in:
parent
88655b9011
commit
1b709889e5
Binary file not shown.
@ -146,7 +146,7 @@ if [ $stage -le 2 ] && [ $stop_stage -ge 2 ]; then
|
|||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
mkdir -p $exp_dir/vq
|
mkdir -p $exp_dir/vq
|
||||||
codebook_dir=$exp_dir/vq/$teacher_model_id
|
codebook_dir=$exp_dir/../vq/$teacher_model_id
|
||||||
mkdir -p codebook_dir
|
mkdir -p codebook_dir
|
||||||
codebook_download_dir=$exp_dir/download_codebook
|
codebook_download_dir=$exp_dir/download_codebook
|
||||||
if [ -d $codebook_download_dir ]; then
|
if [ -d $codebook_download_dir ]; then
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user