tabensemb.model.AbstractNN.on_train_batch_start#
method
- AbstractNN.on_train_batch_start(batch: Any, batch_idx: int) int | None#
Called in the training loop before anything happens for that batch.
If you return -1 here, you will skip training for the rest of the current epoch.