Closed jonas-eschle closed 3 years ago
Replace the deprecated tf.random.uniform with the new RandomGenerator
tf.random.uniform
RandomGenerator
Open question: how to expose this to the user?
Proposal: follow the api of TFPs distributions interface of "sample", which allows for a seed or a SeedStream. Not sure whether to allow the later.
Replace the deprecated
tf.random.uniform
with the newRandomGenerator
Open question: how to expose this to the user?
Proposal: follow the api of TFPs distributions interface of "sample", which allows for a seed or a SeedStream. Not sure whether to allow the later.