Session Ready
Exercise

Inspecting the dataloaders

Now you are going to explore a bit the dataloaders you created in the previous exercise. In particular, you will compute the shape of the dataset in addition to the minibatch size.

Instructions
100 XP
  • Compute the shapes of the trainset and testset.
  • Print the computed values.
  • Compute the size of the minibatch for both trainset and testset.
  • Print the minibatch size.