Home > other >  - win10 - tf2.0.0 GPU environmental problems
- win10 - tf2.0.0 GPU environmental problems

Time:12-11

After using the new version, CUDA10.0 and CUDA10.1 after installation at the same time, now, suddenly CUDA10.0 with no, no, it should be said that their corresponding tf - GPU with an item,...

System: win10
Tf: 2.0.0


Tf. Config. Experimental list_physical_devices (' gpus') returns the following:

` ` ` bash
[PhysicalDevice (name='/physical_device: GPU: 0, device_type=' gpus')]
` ` `
However,

` ` ` bash
Print (tf) __version__)
Print (tf) test) is_gpu_available ())
Print (tf) test) is_built_with_cuda ()) does # support NVIdia GPU
` ` `
Is returned to the following:

` ` ` bash
2.0.0
True
True
` ` `

Tf. Test. Is_gpu_available () shows True but tf. Config. Experimental. List_physical_devices (' GPU) no nvidia graphics card,,,

And nvidia - smi command line shows the following:
https://img-blog.csdnimg.cn/20201210142632542.png? X - oss - process=image/watermark, type_ZmFuZ3poZW5naGVpdGk, shadow_10, text_aHR0cHM6Ly9ibG9nLmNzZG4ubmV0L3FxXzQyNjU4NzM5, size_16, color_FFFFFF, t_70
O a n experienced person to comment, thank the great god,



The same problem: https://blog.csdn.net/qq_42658739/article/details/110952258
  • Related