how to install pytorch on anaconda code example

Example 1: conda install pytorch

conda install pytorch torchvision torchaudio cudatoolkit=10.2 -c pytorch

Example 2: get pytorch version

python -c "import torch; print(torch.__version__)"

Example 3: torch conda

conda install pytorch torchvision cudatoolkit=10.2 -c pytorch

Example 4: how to install pip in anaconda

python -m pip install --upgrade pip

Example 5: pytorch anaconda install windows

conda install pytorch torchvision cudatoolkit=10.1 -c pytorch

Example 6: install torch anaconda

conda install pytorch torchvision cudatoolkit=10.0 -c pytorch