Working with Pytorch
Classes to pay attention
DataLoader
, DataModule
, Dataset
of pytorch.
training and predicting with the model
Lightning's trainer class makes training straightforward by
Enabling and disabling gradients as needed
Invoking callback functions
Dispatching data and computations to appropriate devices
Datasets
Last updated
Was this helpful?