`Callback` that saves the predictions and targets, optionally `with_loss`
GatherPredsCallback(
with_input = FALSE,
with_loss = FALSE,
save_preds = NULL,
save_targs = NULL,
concat_dim = 0
)
include inputs or not
include loss or not
save predictions
save targets/actuals
concatenate dimensions
None