Closed IgnacioRodriguez98 closed 1 year ago
Hi there.
I´m came from python and there is necessary to set a random seed to ensure that results are reproducible, how can I set that seed in tensorflow.net?
here are examples to set it in python:
np.random.seed(7) tf.set_random_seed(7)
Stale issue message
Hi there.
I´m came from python and there is necessary to set a random seed to ensure that results are reproducible, how can I set that seed in tensorflow.net?
here are examples to set it in python:
np.random.seed(7) tf.set_random_seed(7)