2016-01-27 78 views
-1

我是Ubuntu和caffe的新手。我試圖在AWS上使用Caffe在Ubuntu上構建圖像識別系統,但是我遇到了關於不兼容的cuDNN的錯誤。Caffe構建失敗的鏈接cuDNN

命令我執行:

make all -j $(($(nproc) + 1)) 

的錯誤,我得到:

LD -o .build_release/lib/libcaffe.so.1.0.0-rc3 /usr/bin/ld: skipping incompatible /usr/local/cuda/lib64/libcudnn.so when searching for -lcudnn /usr/bin/ld: cannot find -lcudnn collect2: error: ld returned 1 exit status make: [.build_release/lib/libcaffe.so.1.0.0-rc3] Error 1

我感謝你的幫助。

+0

您可能在Stack站點有更好的運氣 - 服務器故障。 – snowYetis

+0

我剛剛清理了一些格式化,改進的語法錯誤。 –

+1

這幾乎可以肯定是一個32位構建與64位構建問題的一些osrt – talonmies

回答