Hi !
I want my result to be reproducible, but it seems I can’t make it happen…
Is there a way to use seed
s and shuffle=True
and keep Reproducibility in DataLoader?
I use dgl.dataloading.DataLoader.
I have already tried to fix numpy seed, torch seed and random seed but it does not seems to work.
I also tried something from this question Reproducibility, DataLoader: shuffle=True, using seeds - data - PyTorch Forums. But again, it does not seems to work with Dataloader of dgl… (but the code provided by ptrblck actually work for his example).
Is there any of you that could help me with this issue ?
Thanks a lot
In fact, it worked, I just needed to restart my kernel to get the same results…