集群配置tensorflow出现的问题汇总

来源:互联网 发布:java调用rest api实例 编辑:程序博客网 时间:2024/05/21 08:55

ImportError: libcuda.so.1: cannot open shared object file: No such file or directory

解决方案:
apt-get update –更新软件源
apt-get upgrade -更新已经安装的软件

ImportError: libnvidia-fatbinaryloader.so.375.66: cannot open shared object file: No such file or directory

解决方案:
https://medium.com/@sunpochin/tensorflow-gpu-%E9%8C%AF%E8%AA%A4-importerror-libnvidia-fatbinaryloader-so-375-66-16c2ec47f572

/root/ys2/anaconda3/lib/python3.6/importlib/_bootstrap.py:219: RuntimeWarning: compiletime version 3.5 of module ‘tensorflow.python.framework.fast_tensor_util’ does not match runtime version 3.6

提交博客前貌似没有解决方案。是tensorflow的一个bug,可以忽略。
https://github.com/tensorflow/tensorflow/issues/14182

原创粉丝点击