<bdo id='8MW29'></bdo><ul id='8MW29'></ul>
  • <legend id='8MW29'><style id='8MW29'><dir id='8MW29'><q id='8MW29'></q></dir></style></legend>

      <i id='8MW29'><tr id='8MW29'><dt id='8MW29'><q id='8MW29'><span id='8MW29'><b id='8MW29'><form id='8MW29'><ins id='8MW29'></ins><ul id='8MW29'></ul><sub id='8MW29'></sub></form><legend id='8MW29'></legend><bdo id='8MW29'><pre id='8MW29'><center id='8MW29'></center></pre></bdo></b><th id='8MW29'></th></span></q></dt></tr></i><div id='8MW29'><tfoot id='8MW29'></tfoot><dl id='8MW29'><fieldset id='8MW29'></fieldset></dl></div>

      <small id='8MW29'></small><noframes id='8MW29'>

      <tfoot id='8MW29'></tfoot>
      1. 安装TensorFlow时libcudart版本问题

        时间:2024-08-21
        <i id='zuwA0'><tr id='zuwA0'><dt id='zuwA0'><q id='zuwA0'><span id='zuwA0'><b id='zuwA0'><form id='zuwA0'><ins id='zuwA0'></ins><ul id='zuwA0'></ul><sub id='zuwA0'></sub></form><legend id='zuwA0'></legend><bdo id='zuwA0'><pre id='zuwA0'><center id='zuwA0'></center></pre></bdo></b><th id='zuwA0'></th></span></q></dt></tr></i><div id='zuwA0'><tfoot id='zuwA0'></tfoot><dl id='zuwA0'><fieldset id='zuwA0'></fieldset></dl></div>

      2. <legend id='zuwA0'><style id='zuwA0'><dir id='zuwA0'><q id='zuwA0'></q></dir></style></legend>

      3. <small id='zuwA0'></small><noframes id='zuwA0'>

          • <bdo id='zuwA0'></bdo><ul id='zuwA0'></ul>
                  <tbody id='zuwA0'></tbody>
                  <tfoot id='zuwA0'></tfoot>

                  本文介绍了安装TensorFlow时libcudart版本问题的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  我刚刚在一个全新的conda环境中安装了tf,并且尝试安装了两个版本的cudnn,不确定是否相关。GPU不工作,因为我收到此错误:

                  tensorflow/stream_executor/platform/default/dso_loader.cc:64] Could not load dynamic library 'libcudart.so.11.0'; dlerror: libcudart.so.11.0: cannot open shared object file: No such file or directory
                  
                  我确实查看了/usr/local/cuda/lob64,我在那里看到的文件是libcudart.so.10.1,所以我猜它不是正确的版本(10应该是11)。有人知道我需要安装哪个软件包才能获得此libcudart.so.11.0文件吗?如果没有,也许我可以只使用旧版本的TensorFlow?(我刚才试了pip install tensorflow==2.3.0都没有用,找不到包。)所以我认为更好的选择是以某种方式获得更新的libcudart文件,也许这意味着我需要升级cuda?

                  推荐答案

                  请创建虚拟环境以在蟒蛇中安装TensorFlow。

                  按照以下代码在虚拟环境中安装TensorFlow:

                  conda create -n tf tensorflow  #Create a Virtual environment(tf).
                  conda activate tf              #Activate the Virtual environment
                  conda install tensorflow-gpu   #install TensorFlow-gpu in it.
                  

                  运行conda install tensorflow-gpu时,这将自动在您的系统中安装所有必需的库集和软件包以及兼容版本的CUDA, cuDNN

                  如果要安装特定版本的TensorFlow-GPU,可以执行以下代码:

                  conda install tensorflow-gpu==2.3.0  # specified version
                  

                  注意:每次要使用TensorFlow时都需要激活虚拟环境。

                  请检查this链接以了解TensorFlow内部版本配置详细信息。

                  这篇关于安装TensorFlow时libcudart版本问题的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                  上一篇:WebDAV的Python客户端库 下一篇:代码在Colab中运行时显示GPU使用情况

                  相关文章

                  • <bdo id='NveWt'></bdo><ul id='NveWt'></ul>

                  <small id='NveWt'></small><noframes id='NveWt'>

                1. <i id='NveWt'><tr id='NveWt'><dt id='NveWt'><q id='NveWt'><span id='NveWt'><b id='NveWt'><form id='NveWt'><ins id='NveWt'></ins><ul id='NveWt'></ul><sub id='NveWt'></sub></form><legend id='NveWt'></legend><bdo id='NveWt'><pre id='NveWt'><center id='NveWt'></center></pre></bdo></b><th id='NveWt'></th></span></q></dt></tr></i><div id='NveWt'><tfoot id='NveWt'></tfoot><dl id='NveWt'><fieldset id='NveWt'></fieldset></dl></div>
                  <tfoot id='NveWt'></tfoot>

                  <legend id='NveWt'><style id='NveWt'><dir id='NveWt'><q id='NveWt'></q></dir></style></legend>