我创建了一个虚拟环境,安装了版本相匹配的pytorch,cuda和cudnn


然后使用该程序进行验证,结果为false和none

这个问题出在哪里,该怎么解决
我创建了一个虚拟环境,安装了版本相匹配的pytorch,cuda和cudnn



这个问题出在哪里,该怎么解决
关注【相关推荐】
GeForce RTX 3070 with CUDA capability sm_86 is not compatible with the current PyTorch installation.
The current PyTorch install supports CUDA capabilities sm_37 sm_50 sm_60 sm_61 sm_70 sm_75 compute_37.
If you want to use the GeForce RTX 3070 GPU with PyTorch, please check the instructions at https://pytorch.org/get-started/locally/
warnings.warn(incompatible_device_warn.format(device_name, capability, " ".join(arch_list), device_name))