You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 13, 2024. It is now read-only.
fists step , i build libcaffe , and it's successful
then when I build caffe :
1>cudnn_conv_layer.obj : error LNK2001: 无法解析的外部符号 cudnnSetFilter4dDescriptor_v4
1>cudnn_pooling_layer.obj : error LNK2001: 无法解析的外部符号 cudnnSetPooling2dDescriptor_v4
1>libcaffe.lib(cudnn_relu_layer.cu.obj) : error LNK2001: 无法解析的外部符号 cudnnActivationForward_v4
1>libcaffe.lib(cudnn_sigmoid_layer.cu.obj) : error LNK2001: 无法解析的外部符号 cudnnActivationForward_v4
1>libcaffe.lib(cudnn_tanh_layer.cu.obj) : error LNK2001: 无法解析的外部符号 cudnnActivationForward_v4
1>libcaffe.lib(cudnn_relu_layer.cu.obj) : error LNK2001: 无法解析的外部符号 cudnnActivationBackward_v4
1>libcaffe.lib(cudnn_sigmoid_layer.cu.obj) : error LNK2001: 无法解析的外部符号 cudnnActivationBackward_v4
1>libcaffe.lib(cudnn_tanh_layer.cu.obj) : error LNK2001: 无法解析的外部符号 cudnnActivationBackward_v4
1>F:\The software for study\caffe\caffe-master\windows..\Build\x64\Release\caffe.exe : fatal error LNK1120: 4 个无法解析的外部命令
The text was updated successfully, but these errors were encountered: