ubuntu查看安装的pytorch/cuda版本
使用命令:
user@home:~$ python Python 3.6.3 |Anaconda custom (64-bit)| (default, Oct 13 2017, 12:02:49) [GCC 7.2.0] on linux Type "help", "copyright", "credits" or "license" for more information. >>> import torch >>> torch.__version__ \'1.0.1.post2\'
和
user@home:~$ cat /usr/local/cuda/version.txt CUDA Version 9.0.176
版权声明:本文为wanghui-garcia原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接和本声明。