|
|
|
|
|
by marcyb5st
4 hours ago
|
|
The exact training run is basically impossible anyway. Randomness plays a role. Even if you fix your RNG seed, in a distributed training scenario like this one some weight updates might come at different times and be included in different update steps. Should have minimal impact on the final outcome, but would still be a different model as some of the weights will differ in the end. |
|
I share this expectation. But this is an interesting empiric question that deserves study; even if just to confirm what 'everyone knows'.