anaconda install pytorch code example
Example 1: conda install pytorch
conda install pytorch torchvision torchaudio cudatoolkit=10.2 -c pytorch
Example 2: torch conda
conda install pytorch torchvision cudatoolkit=10.2 -c pytorch
Example 3: how to install pip in anaconda
python -m pip install --upgrade pip
Example 4: install torch anaconda
conda install pytorch torchvision cudatoolkit=10.0 -c pytorch
Example 5: conda install pytorch
(pytorch)$ python -m ipykernel install --user --name pytorch --display-name "PyTorch"