安装torch的方法:有驱动的前提下,取pytorch官网寻找命令安装torch+cuda
查询虚拟环境:conda env list
创建虚拟环境:conda create -n name python=3.xx
删除虚拟环境:conda remove -n name all
进入虚拟环境:conda activate name
退出虚拟环境:conda deactivate

能正常运行我电脑里的一个torch代码需要以下包:
pip3 install torch torchvision torchaudio —index-url https://download.pytorch.org/whl/cu121
Conda install nb_conda
Pip install jupyter matplotlib d2l tensorboard