assert torch.cuda.is_available(), f‘CUDA unavailable, invalid device {device} requested‘ # check

  assert torch.cuda.is_available(), f'CUDA unavailable, invalid device {device} requested'  # check availability AssertionError: CUDA unavailable, invalid device 0 requested

assert torch.cuda.is_available(), f‘CUDA unavailable, invalid device {device} requested‘ # check_第1张图片 搞了一下午,发现下载的是cpu版本

 镜像下载自动就是cpu版本

你可能感兴趣的:(深度学习,人工智能,python)