[TensorFlow] 运行报错——Ignore above cudart dlerror if you do not have a GPU set up on your machine.
首先,安装tensorflow,没有问题,但是配置需要注意。我只是搬运工。。。pipinstalltensorflow-ihttps://pypi.mirrors.ustc.edu.cn/simple/问题分析:看报错信息也能看出来时GPU的问题。应该是GPU的版本与TensorFlow的版本不一致。需要配套使用,否则没法运行程序。精细化操作。怎么查看CUDA版本,如下链接:https://blo