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
8134cc379d
commit
a9683b9404
Binary file not shown.
@ -146,7 +146,7 @@ if [ $stage -le 2 ] && [ $stop_stage -ge 2 ]; then
|
||||
exit 1
|
||||
fi
|
||||
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
|
||||
codebook_download_dir=$exp_dir/download_codebook
|
||||
if [ -d $codebook_download_dir ]; then
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user