Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

how ta activate shuffle for DataLoader? #361

Open
TheZaind opened this issue Aug 18, 2023 · 0 comments
Open

how ta activate shuffle for DataLoader? #361

TheZaind opened this issue Aug 18, 2023 · 0 comments

Comments

@TheZaind
Copy link

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 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant