baidu-research / warp-ctc

Fast parallel CTC.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Torch安装

yyf1986 opened this issue · comments

commented

当我使用luarocks make torch_binding/rocks/warp-ctc-scm-1.rockspec时
》Missing dependencies for warp-ctc:
torch >= 7.0

Error: Could not satisfy dependency: torch >= 7.0

是不是需要安装torch?

Indeed, you should install Torch>=7.0 for the binding.

I installed torch=1.0.1
the same error still occurs.

Missing dependencies for warp-ctc:
torch >= 7.0
Error: Could not satisfy dependency: torch >= 7.0

commented

i run follow cmd to install torch,but get the same error.
pip install torch

i checked it with "pip show torch ",and got "Version: 1.2.0".

what is "torch >=7.0"?
i use mxnet,just this time,try a repo who need warp-ctc.