Closed bxhandhxb closed 4 years ago
Yes, I do not set the seed in my code and you can set is by add '--seed' when training. It should be a little influence on my results, but will not be very large beacause I found a interesting thing that the dataloader load order is same in every epoch, so I guess this will not infuence results so much.
The sampling order is deterministic when using distributed training, so it will not influence results very much.
thx~
hi Thanks for your generous sharing very much. I find the seed of your code is random. Does it have no influence on your results?