Closed mjeensung closed 3 years ago
I don't know how to make the code fully deterministic. When I run the code with the same seed, the loss differs after a few steps and accumulates in training, leading to different results. I think it's a common problem in Pytorch.
It's interesting. Thank you for your answer.
The random seed is fixed to 66 in the code, but the result slightly changes even in the same setting.
Is it possible to see the same results every run?