Closed casperkaae closed 8 years ago
Additionally, could we add a function to re-seed existing instances?
def seed(self, seed=None):
self._srng.seed(seed)
(I don't know how to make changes to your PR on github)
I may
Or
In those cases I don't want to create new instances of the model just to fix the RNG seed..
ok, better now?
Great, thanks.
merged #31
add seed option to SampleLayer and SimpleSampleLayer init