在Anaconda搭建虚拟环境 conda create -n py37_torch131 python=3.7 激活环境并从清华源加载所需的库 conda activate py37_torch131 conda install pytorch=1.3.1 torchvision cudatoolkit=10.0 pip install jupyter tqdm opencv-python matplotlib pandas -i https://pypi.tuna.</