xinjli / allosaurus

Allosaurus is a pretrained universal phone recognizer for more than 2000 languages
GNU General Public License v3.0
550 stars 86 forks source link

Can't download models #29

Closed JazminVidal closed 3 years ago

JazminVidal commented 3 years ago

Hi!

I am trying to download the English model by running:

python -m allosaurus.bin.download_model -m eng2102

and I get the following error:

downloading model  eng2102
from:  https://www.pyspeech.com/static/model/recognition/allosaurus/eng2102.tar.gz
to:    /home/j/miniconda3/lib/python3.8/site-packages/allosaurus/pretrained
please wait...
Error: could not download the model

Same goes for the other model. Is there a way to get them?

Thanks,

xinjli commented 3 years ago

Hi,

It looks you are using an old version. The latest one is using a different download URL. Can you try upgrading or pulling the latest version to try again?

Thanks

JazminVidal commented 3 years ago

It worked! Sorry for the inconvenience.