刚装完的caffe编译通过后,用mnist测试出现了如下问题
ubuntu16.04的caffe测试mnist出现cannot create cublas handle.cublas won't be available

网上查找后,有的说是驱动问题,在没有更改驱动的情况下,将命令
./examples/mnist/train_lenet.sh换成
sudo ./examples/mnist/train_lenet.sh
如果仍然出现问题,就只有更换驱动版本了

相关文章:

  • 2021-11-05
  • 2021-06-27
  • 2022-12-23
  • 2021-11-29
  • 2021-06-26
  • 2021-05-16
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-01-12
  • 2021-05-05
  • 2021-07-22
  • 2021-11-12
  • 2021-05-09
  • 2022-12-23
相关资源
相似解决方案