安装
1
2
3
4
5
6
7
8
9
10
11
pip --default-timeout=100 install torch===1.3.1 -f https://download.pytorch.org/whl/torch_stable.html
pip install torchvision===0.4.2 -f https://download.pytorch.org/whl/torch_stable.html
git clone https://github.com/SeanNaren/warp-ctc.git
cd warp-ctc
git reset ac045b6
mkdir build; cd build
cmake ..
make
cd ../pytorch_binding
python setup.py install