mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-09-06 23:54:17 +00:00
fairseq installation
This commit is contained in:
parent
f8bee06acf
commit
5aaf981d46
@ -13,6 +13,13 @@ bytes_per_frame=8
|
|||||||
enable_refine=True
|
enable_refine=True
|
||||||
|
|
||||||
if [ $stage -eq -1 ]; then
|
if [ $stage -eq -1 ]; then
|
||||||
|
# Preparation state.
|
||||||
|
|
||||||
|
# Install fairseq according to:
|
||||||
|
# https://github.com/pytorch/fairseq
|
||||||
|
# when testing this code:
|
||||||
|
# commit 806855bf660ea748ed7ffb42fe8dcc881ca3aca0 is used
|
||||||
|
|
||||||
echo "Download hubert model."
|
echo "Download hubert model."
|
||||||
mkdir -p ${hubert_model_dir}
|
mkdir -p ${hubert_model_dir}
|
||||||
# For more models refer to: https://github.com/pytorch/fairseq/tree/main/examples/hubert
|
# For more models refer to: https://github.com/pytorch/fairseq/tree/main/examples/hubert
|
||||||
|
Loading…
x
Reference in New Issue
Block a user