[英]How to use the GPU with Tensorflow 2.11?
According to this link: //pypi.org/project/tensorflow-gpu/, the "tensorflow-gpu" package is no longer supported and users should instead use the "tensorflow" package, which supposedly supports the GPU.根据此链接://pypi.org/project/tensorflow-gpu/,不再支持“tensorflow-gpu”package,用户应改为使用“tensorflow”package,它应该支持 GPU。
However after, installing the tensorflow 2.11 package, it will not even detect my GPU device.然而,安装 tensorflow 2.11 package 后,它甚至检测不到我的 GPU 设备。 It only runs on the CPU.
它只在 CPU 上运行。 How does one use the GPU with Tensorflow 2.11?
如何将 GPU 与 Tensorflow 2.11 一起使用?
It appears that Tensorflow 2.10 is the last version to support the GPU on windows: https://discuss.tensorflow.org/t/2-10-last-version-to-support-native-windows-gpu/12404看来 Tensorflow 2.10 是支持 windows 上的 GPU 的最后一个版本: https://discuss.tensorflow.org/t/2-10-last-version-to-support-native-windows-gpu/12404
声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.