torch / DEPRECEATED-torch7-distro

Torch7: state-of-the-art machine learning algorithms

Home Page:www.torch.ch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

torch.normal() state is not reset by manualSeed()

fidlej opened this issue · comments

THRandom_normal has extra global variables.
The normal_is_valid variable is not reset when torch.manualSeed() is called.