Closed wendazhou closed 1 year ago
Due to complicated semantics of random seeds in tensorflow, flowpm.utils.white_noise was not actually deterministic as a function of the seed. This fixes that by making use of the tensorflow.random.stateless_normal API.
flowpm.utils.white_noise
tensorflow.random.stateless_normal
Due to complicated semantics of random seeds in tensorflow,
flowpm.utils.white_noise
was not actually deterministic as a function of the seed. This fixes that by making use of thetensorflow.random.stateless_normal
API.