The fundamental object in PyTorch is called a tensor. A tensor is essentially an n-dimensional array that can be processed using either a CPU or a GPU. PyTorch tensors are surprisingly complex. One of ...