Question about batch samples?

Hi. I have one question, all the samples of the batch_size are from the same task_type? How it this works? Thanks so much.

see local_evaluation.py Line58 task_grouped_df = data_df.groupby(by=[“task_type”])

1 Like

Thanks @tricky , understood. :slight_smile: