我在我的 linux 机器上安装了 anaconda3 和 cuda 9(准确地说是 aws),当我按照官方文档检查 caffe2 安装时,它显示了成功消息,但是当我使用以下脚本检查 GPU 时,python2 -c 'from caffe2.python import workspace; print(workspace.NumCudaDevices())'
我看到了以下结果Logging before InitGoogleLogging() is written to STDERR
E0729 20:58:01.995159 2016 common_gpu.cc:42] Found an unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES
。我在做什么我做错了。
问问题
263 次