Hacker News new | ask | show | jobs
by vanattab 2604 days ago
Is it not possible to use the same seed and random number generator to reproduce the results accurately?
1 comments

You got to be careful. RNG is being used to initialise the layers but also for mini-batch selection. They are usually different RNG's.