December 2019
Intermediate to advanced
468 pages
14h 28m
English
In this section, we'll look at how to generate a training dataset and load it as an instance of PyTorch's torch.utils.data.DataLoader class. We'll highlight the most relevant parts of the code, but the full source code is located at https://github.com/PacktPublishing/Advanced-Deep-Learning-with-Python/blob/master/Chapter11/imitation_learning/train.py.
We'll create the training dataset in several steps:
Read now
Unlock full access