Why not shuffling training dataset
Hi, such an excellect work! I am reading your code and find you don't use shuffle when training here. I remember that not using shuffle will damage the convergence effect, from my lessons. Could you explain it? Great Thanks!
Hi, such an excellect work! I am reading your code and find you don't use shuffle when training here. I remember that not using shuffle will damage the convergence effect, from my lessons. Could you explain it? Great Thanks!
Hi,
Did you solve that when using shuffle=True ? I always got ValueError: DataLoader with IterableDataset: expected unspecified shuffle option, but got shuffle=True
Thanks!
Hi, such an excellect work! I am reading your code and find you don't use shuffle when training here. I remember that not using shuffle will damage the convergence effect, from my lessons. Could you explain it? Great Thanks!
Hi, Did you solve that when using
shuffle=True? I always gotValueError: DataLoader with IterableDataset: expected unspecified shuffle option, but got shuffle=TrueThanks!
Nope yet. So I directly use the author's code now.