当我运行以下代码时:
import tensorflow as tf
if tf.config.list_physical_devices('GPU'):
print('GPU is available and configured for TensorFlow')
else:
print('GPU is not available or not properly configured for TensorFlow')
字符串
我得到以下错误:
2023-04-17 11:43:09.186983: E tensorflow/stream_executor/cuda/cuda_driver.cc:265] failed call to cuInit: CUDA_ERROR_UNKNOWN: unknown error
型
和输出:
GPU不可用或未为TensorFlow正确配置
1条答案
按热度按时间qyswt5oh1#
要进行双重检查,请使用此文档确认版本依赖性。
此外,NVIDIA驱动程序的安装方式可能存在问题。
在这样做的时候,你需要在设置Ubuntu操作系统时禁用BIOS中的安全 Boot 。
请按照以下步骤操作:
1.禁用安全 Boot
1.安装ubuntu
1.安装cuda工具包。
1.使用tensorflow