tabensemb.model.AbstractNN.on_validation_batch_end#

method

AbstractNN.on_validation_batch_end(outputs: Tensor | Dict[str, Any] | None, batch: Any, batch_idx: int, dataloader_idx: int) None#

Called in the validation loop after the batch.

Parameters:
  • outputs – The outputs of validation_step_end(validation_step(x))

  • batch – The batched data as it is returned by the validation DataLoader.

  • batch_idx – the index of the batch

  • dataloader_idx – the index of the dataloader