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
I would like to make a PR which would include the following things:
Add an cmd line argument for a seed.
Create a setter functions which takes a seed as an argument and reseeds relevant PRGs with it.
In exp.save save a "current" seed along with other stuff.
Modify "reload" routines to reseed properly.
Do you agree with these modifications? Where would they be most appropriate to include?
Also, what is the current status regarding the resumability of a specific named experiment?
Some optimizer objects are not stateless, are they also saved? and if they are not, should they?
Thank you!
The text was updated successfully, but these errors were encountered:
Hello there!
I would like to make a PR which would include the following things:
exp.save
save a "current" seed along with other stuff.Do you agree with these modifications? Where would they be most appropriate to include?
Also, what is the current status regarding the resumability of a specific named experiment?
Some optimizer objects are not stateless, are they also saved? and if they are not, should they?
Thank you!
The text was updated successfully, but these errors were encountered: