# Python 3.x pip3 install torch torchvision --user
conda install pytorch torchvision -c pytorch
import torch x = torch.rand(5, 3) print(x)