TextLMDataBunch.Show_Batch errors with batch size smaller than rows

No, you can’t assume any particular order since it’s going to come from python os.walk which isn’t always straightforward. You’d be better user label_from_func to label your data from a function that takes the filenames in this case.
label_from_list is more of a convenience method we use behind the scenes, the other options are going to be more reliable.

Gotcha. Thanks for the help, really appreciate the quick responses!

Cheers.