美文网首页
没有NVIDIA显卡是否可以编译Tensorflow-GPU d

没有NVIDIA显卡是否可以编译Tensorflow-GPU d

作者: XBruce | 来源:发表于2022-05-16 10:02 被阅读0次

    Updated for tensorflow 2:

    Tensorflow 2.x

    There is no separate installation for tensorflow GPU in 2.x, it's a unified installation for both CPU and GPU. The package will be built with GPU support if and only if a compatible GPU is available. To verify, use the command: tf.test.is_built_with_cuda() after installing. Source

    Note that you still need a compatible GPU first.


    Tensorflow 1.x:

    No, you need a compatible GPU to install tensorflow-GPU.

    From the docs.

    Hardware requirements: NVIDIA® GPU card with CUDA® Compute Capability 3.5 or higher.

    相关文章

      网友评论

          本文标题:没有NVIDIA显卡是否可以编译Tensorflow-GPU d

          本文链接:https://www.haomeiwen.com/subject/seiiurtx.html