Pytorch DataLoader output is not iterable

You are most likely facing the PIL/Pillow issue as described here , which was breaking the numpy interaction in 8.3.0 and was already fixed in 8.3.1 after @tom’s fix was merged.