Their page包含Installation
部分但是一个人无法理解,他们不知道火炬和lua(像我一样):section枚举先决条件安装,但没有关于cudnn.torch
的消息本身。
存储库包含大量lua
个文件。他们如何处理"安装"?
答案 0 :(得分:1)
您必须先安装cuda(https://developer.nvidia.com/cuda-downloads),然后下载cudnn绑定(https://developer.nvidia.com/cuda-downloads)。
然后,如果您已经安装了火炬,luarocks install cudnn
就足够了。
要进行完整安装,您可以查看this tuto。
答案 1 :(得分:1)
您需要从github repo安装:
git clone https://github.com/soumith/cudnn.torch
cd cudnn.torch
luarocks make
根据安装的CUDA版本,您可能需要指定存储库的特定分支,例如git clone https://github.com/soumith/cudnn.torch.git -b R7