imagen-pytorch icon indicating copy to clipboard operation
imagen-pytorch copied to clipboard

how ta activate shuffle for DataLoader?

Open TheZaind opened this issue 1 year ago • 0 comments

Yeah, the question is in the title. How can I shuffle my Trainingdata when I am training the model? Normal, It's something like : "'shuffle': True" or "data_loader = DataLoader(dataset, batch_size=batch_size, shuffle=True)" but i dnt got a DataLoader in this way. But I don't know where and how to add this. Anyone an idea? Thanks 👍

TheZaind avatar Aug 18 '23 08:08 TheZaind