Let's explore the CIFAR-10 dataset, but with PyTorch. We are going to use a program that is based on the official PyTorch documentation for CPUs. I've extensively modified this program for GPUs for both training and prediction.
But, first, we must include a copy of the PyTorch license from GitHub. Through a series code blocks, we can now take a look at the GitHub license:
From PyTorch: Copyright (c) 2016- Facebook, Inc (Adam Paszke) Copyright (c) 2014- Facebook, Inc (Soumith Chintala) Copyright (c) 2011-2014 Idiap Research Institute (Ronan Collobert) Copyright (c) 2012-2014 Deepmind Technologies (Koray Kavukcuoglu) Copyright (c) 2011-2012 NEC Laboratories America (Koray Kavukcuoglu) Copyright (c) 2011-2013 ...