requirements.txt
torch0.4.1
chainer4.3.1
cupy==4.3.0
python_speech_features>=0.6
setuptools>=38.5.1
librosa>=0.6.2
soundfile>=0.10.2
inflect>=1.0.0
unidecode>=1.0.22
安装包:
torch:
conda install --use-local pytorch-0.4.1-py27__9.0.176_7.1.2_2.tar.bz2
chainer:
pip install chainer-4.3.1.tar.gz
cupy:
conda install fastrlock-0.4-py27he6710b0_0.tar.bz2 #依赖包
pip install cupy-4.3.0-cp27-cp27mu-linux_x86_64.whl
python_speech_features:
pip install python_speech_features-0.6.tar.gz
setuptools:
conda install --use-local setuptools-40.4.3-py27_0.tar.bz2
librosa:
#依赖包
conda install --use-local audioread-2.1.5-py27_0.tar.bz2
conda install --use-local llvmlite-0.27.0dev0-py27hf484d3e_19.tar.bz2
conda install --use-local numba-0.40.1-py27hf8a1672_0.tar.bz2
conda install --use-local joblib-0.12.5-py27_0.tar.bz2
conda install --use-loc