我安装了tensorflow库,同时启动Hello world项目:
> Found device 0 with properties: name: GeForce GTX 1060 6GB major: 6
> minor: 1 memoryClockRate(GHz): 1.7085 pciBusID: 0000:01:00.0
> totalMemory: 6.00GiB freeMemory: 4.96GiB 2018-02-10 19:30:15.740626: I
> C:\tf_jenkins\workspace\rel-win\M\windows-gpu\PY\36\tensorflow\core\common_runtime\gpu\gpu_device.cc:1195]
> Creating TensorFlow device (/device:GPU:0) -> (device: 0, name:
> GeForce GTX 1060 6GB, pci bus id: 0000:01:00.0, compute capability:
> 6.1) b'Hello, TensorFlow!'
>
> Process finished with exit code 0
我想知道我的显卡是否正在被使用?我的意思是我的安装结果一切正常,或者由于此错误只使用了CPU?
答案 0 :(得分:3)
没有预期输出的警告信息,Tensorflow找到了你的gpu并正在使用它。如果是使用cpu,则会提及/ device:CPU:0