tensorflow 与 cuda 版本对应

1、一个关于版本对应的官方网站

https://tensorflow.google.cn/install/source (ubuntu)

https://tensorflow.google.cn/install/source_windows (windows)

2、一个别的博客的版本对应网站

https://blog.csdn.net/omodao1/article/details/83241074

3、会出现的问题

ImportError: libcublas.so.10.0: cannot open shared object file: No such file or directory

解决方法:卸载当前tensorflw,安装正确版本的tensorflow

pip uninstall tensorflow-gpu
pip install tensorflow-gpu==1.12.0

猜你喜欢

转载自blog.csdn.net/Diana_Z/article/details/88391139