tabensemb.model.AbstractNN.on_train_epoch_end#
method
- AbstractNN.on_train_epoch_end() None#
Called in the training loop at the very end of the epoch.
To access all batch outputs at the end of the epoch, either:
Implement training_epoch_end in the LightningModule OR
Cache data across steps on the attribute(s) of the LightningModule and access them in this hook