Windows install PyTorch GPU with CUDA 10.1
PyTorch without CUDA:conda install pytorch torchvision cpuonly -c pytorchPyTorch with CUDA 10.1:conda install pytorch torchvision cudatoolkit=10.1 -c pytorch
Studying: Robotics, RL, DL, Computer Vision, NLP