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

后端 未结 6 972
陌清茗
陌清茗 2021-01-01 03:09

I\'m using Ubuntu 16.04, Cuda 8.0 and cudann-v5.1. I uninstalled Tensorflow-CPU version and reinstalled tensorflow-GPU enabled. Followed the instructions given here: https:/

6条回答
  •  难免孤独
    2021-01-01 03:56

    @Akhilesh has the right answer:

    sudo ln -s /usr/lib/nvidia-375/libnvidia-fatbinaryloader.so.375.66 /usr/lib/nvidia-375/libnvidia-fatbinaryloader.so.375.39
    

提交回复
热议问题