GPU-enabled training and testing in Windows 10

@anantguptadbl From the link, it seems that the PyTorch installation command includes the CUDA runtime, which I think is sufficient to use use GPUs for training and testing. Thus, we do not need to install manually CUDA for Windows.

Could you (or anyone) please correct me if I am wrong?