install pytorch 1.6.0 gpu code example
Example 1: get pytorch version
python -c "import torch; print(torch.__version__)"
Example 2: PyTorch
conda install pytorch torchvision cudatoolkit=10.2 -c pytorch
python -c "import torch; print(torch.__version__)"
conda install pytorch torchvision cudatoolkit=10.2 -c pytorch