from local

This commit is contained in:
dohe0342 2022-12-29 12:01:29 +09:00
parent 88655b9011
commit 1b709889e5
2 changed files with 1 additions and 1 deletions

View File

@ -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