def validation_step(self, batch, batch_idx, dataloader_idx=None):
I calculate metrci here.
metric = XXXX
def on_validation_epoch_end(self):
I would like to get the metric here .
3 posts - 2 participants
def validation_step(self, batch, batch_idx, dataloader_idx=None):
I calculate metrci here.
metric = XXXX
def on_validation_epoch_end(self):
I would like to get the metric here .
3 posts - 2 participants