1>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\BuildCustomizations\CUDA 9.0.targets(532,9): error : The CUDA Toolkit v9.0 directory '' does not exist.  Please verify the CUDA Toolkit is installed properly or define the CudaToolkitDir property to resolve this error.
解决方法:

右键 libcaffe 工程属性,找到 CUDA C/C++

设置 CUDA Tookit Custom Dir的值,指定CUDA的安装目录即可

caffe CUDA 9.0.targets(532,9): error : The CUDA Toolkit v9.0 directory '' does not exist.

 

相关文章:

  • 2021-11-18
  • 2021-08-13
  • 2021-11-02
  • 2021-12-17
  • 2021-06-12
  • 2022-01-16
  • 2021-11-24
  • 2021-07-02
猜你喜欢
  • 2021-09-14
  • 2021-05-11
  • 2021-08-26
  • 2021-07-09
  • 2021-09-13
  • 2021-11-18
  • 2021-10-17
相关资源
相似解决方案