MathWorks - Bug Reports 1. 问题说明 当运行 alexnet 等卷积神经网络需要使用 GPU 加速时,matlab 如果提示如下的警告信息: GPUs of compute capability 6.0 and above are not supported due to a problem with this version of the cuDNN deep learning library. See bug report 1439741. Switching to
列出可用GPU from tensorflow.python.client import device_lib print(device_lib.list_local_devices()) from keras import backend as K K.tensorflow_backend._get_available_gpus() 切换 import os os.environ["CUDA_DEVICE_ORDER"]="PCI_BUS_ID" # The GP