首先登录账号:
$mysql -uroot -p
mysql>select host from mysql.user where user='root';
#查看mysql库中的user表的host值(即可进行连接访问的主机/IP名称)
mysql> GRANT...
xiaohe
8年前 (2018-11-10) 5887℃ 0评论
0喜欢
之前已经在正常使用过并能正常使用GPU,换了一个任务就提示无法计算。
错误信息如下:
RuntimeError: cuda runtime error (38) : no CUDA-capable device is detected at /pytorch/aten/src...
xiaohe
8年前 (2018-11-06) 31825℃ 0评论
16喜欢