Drop_last in DataLoader

Should we set the drop_last=False in DataLoader?

It depends on your use case and if you want to drop the last batch if it contains less samples than specified by batch_size.