当我直接使用 TensorFlow 运行代码时,一切正常。
但是,当我在屏幕窗口中运行它时,出现以下错误。
ImportError: libcuda.so.1: cannot open shared object file: No such file or directory
Run Code Online (Sandbox Code Playgroud)
我已经尝试过命令:
source /etc/profile
Run Code Online (Sandbox Code Playgroud)
但这不起作用。
因为我使用ssh连接到服务器,所以屏幕是必要的。
我该如何修复它?