You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To reproduce of training it is needed set numpy.random.seed at this moment. Why must I do this (what kind of procedure have random state?) Can you add random_state as parameter for the net initialization?
Thanks, Tatiana.
The text was updated successfully, but these errors were encountered:
I have notebook with net training and I want that notebook gives me the same results for different runnings. And one the hack is to set numpy.random.seed, but I don't do this, because another parts can use the global seed. That is why I need to set random state as a parameter while I am creating net.
Hi!
To reproduce of training it is needed set
numpy.random.seed
at this moment. Why must I do this (what kind of procedure have random state?) Can you add random_state as parameter for the net initialization?Thanks, Tatiana.
The text was updated successfully, but these errors were encountered: