我想安装cutorch并收到错误,我不知道如何解决它:
"host": "replica_set_name/first_RS_node_address, second_RS_node_address, third_RS_node_address",
"user": "your_user_name",
"password": "wery_secret"
我安装了cude 8.0和cudnn。我也可以成功安装其他软件包,如nnx,optim,inn。
答案 0 :(得分:2)
我也遇到过这个。原因是火炬lib中的新方法,请参阅:https://github.com/torch/torch7/blob/master/lib/TH/THStorage.c#L69
在luarocks install torch
之前运行luarocks install cutorch
来更新Torch,你应该好好去。