mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-08-08 09:32:20 +00:00
make egs/timit work according to the documentation (#1044)
* prepare.sh: restore working directory after git lfs pull * set execute permisons on python scripts called by prepare.sh
This commit is contained in:
parent
24b50a5bad
commit
62c9dd9703
0
egs/timit/ASR/local/compile_hlg.py
Normal file → Executable file
0
egs/timit/ASR/local/compile_hlg.py
Normal file → Executable file
0
egs/timit/ASR/local/compute_fbank_timit.py
Normal file → Executable file
0
egs/timit/ASR/local/compute_fbank_timit.py
Normal file → Executable file
0
egs/timit/ASR/local/prepare_lang.py
Normal file → Executable file
0
egs/timit/ASR/local/prepare_lang.py
Normal file → Executable file
0
egs/timit/ASR/local/prepare_lexicon.py
Normal file → Executable file
0
egs/timit/ASR/local/prepare_lexicon.py
Normal file → Executable file
@ -59,7 +59,9 @@ if [ $stage -le -1 ] && [ $stop_stage -ge -1 ]; then
|
||||
# using: `sudo apt-get install git-lfs && git-lfs install`
|
||||
[ ! -e $dl_dir/lm ] && mkdir -p $dl_dir/lm
|
||||
git clone https://huggingface.co/luomingshuang/timit_lm $dl_dir/lm
|
||||
cd $dl_dir/lm && git lfs pull
|
||||
pushd $dl_dir/lm
|
||||
git lfs pull
|
||||
popd
|
||||
fi
|
||||
|
||||
if [ $stage -le 0 ] && [ $stop_stage -ge 0 ]; then
|
||||
|
Loading…
x
Reference in New Issue
Block a user