About drop_last =False

I don’t know how to set drop_out =False?
When I test, the outputs’ number is less than the original.
How to fix it?

Another question is “how to set shuffle=True train data when trainng but shuffle=False when val and test”

This is done automatically by the fastai library: shuffle=True and drop_last=True for the training set, both False for the validation/test set.

1 Like