WARP-CTC

crnn安装

社会主义新天地 提交于 2020-01-06 23:21:48
【推荐】2019 Java 开发者跳槽指南.pdf(吐血整理) >>> 1 sudo apt-get install git 2 git 3 cd ~ 4 mkdir soft 5 cd soft 6 ls 7 wget https://mirrors.tuna.tsinghua.edu.cn/anaconda/archive/Anaconda-2.2.0-Linux-x86_64.sh 8 ls 9 bash Anaconda-2.2.0-Linux-x86_64.sh 10 python 11 cd /root 12 ls 13 cd anaconda/ 14 ls 15 cd bin 16 ls 17 cd .. 18 ls 19 cd conda-meta/ 20 cd .. 21 cd bin 22 ls 23 ls conda 24 ./conda install -n crnn python=3.5 25 conda create -n crnn python=3.5 26 ./conda create -n crnn python=3.5 27 source activate crnn 28 python 29 pip 30 pip -V 31 cd ~/soft 32 ls 33 git clone https://github.com/SeanNaren