PyTorch users have been waiting a long time for the package to be officially launched on Windows and that wait is finally over! The latest release, PyTorch 1.4.0, has added Windows support among a slew of other additions and major improvements (and, needless to say, bug fixes).
For people who have not used this before, PyTorch is a Python package that developers usually use either as a replacement for NumPy (to utilise the power of GPUs), or as a deep learning platform that provides amazing flexibility and speed.

In this article, we give you an overview of the most important features and significant changes in the PyTorch 0.4.0 version.
distributed training (yet) and might be a tad bit slower than Linux / OSX because Visual Studio supports an older version of OpenMP
Tensors and Variables have merged. torch.Tensor is capable of tracking history and behaves like the old Variable. This means that there is no need of using Variable wrapper everywhere in the codevolatile flag is now deprecated and has no effecttorch.dtype, torch.device and torch.layout classes in order to allow better management of properties through NumPy-style creation functionsThis was just a glimpse of the latest PyTorch version. There are many other interesting features, bug fixes and improvements made which you can view on their GitHub page.
You can also refer to this migration guide to transition your code to the newest version.
As you might have guessed by now, we are most excited about PyTorch finally makes it’s debut on Windows (officially). There have been previous workarounds provided in the community by users but making this official is a welcome feature indeed. I really liked the addition of the probability distributions as well.
The Tensor-Variable merge and Zero Dimension (scalar) Tensor improvements should make your code tidier and easier to read. Which feature are you most looking forward to using? Let us know your opinion in the comments section below!
I tried to download and install Pytorch in my Windows 10 laptop but I only giot an error message. I scanned the Internet looking for a solution, but the advice that I found was not useful. At this time, I am frustrated, to say the least. Can you please provide step-by-step instructions on 1_ how to download PYTORCH FOR WINDOWS 10 2_ how to install PYTORCH FOR WINDOWS 10 Thank you, Charles Rose
Hi, Did you follow the instructions provided on this page? link below https://pytorch.org/