Accessing the Dataset object

Is it possible to access the dataset object in the validation_epoch_end() body ?
My use case is I want to get access to some metadata in the dataset object.

use self.val_dataloader().dataset

1 Like