【Torch not compiled with CUDA enabled】import torchprint(torch.__version__)print(torch.cuda.is_available())如果输出的结果是False,那么说明当前的Pytorch版本无法使用显卡。