This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
python 进入python环境
import torch
torch.__version__
torch.cuda.is_available()
cuda版本
nvcc --version
谁装的,谁卸载
conda uninstall pytorch
OR
pip uninstall torch