NVIDIA / framework-reproducibility

Providing reproducibility in deep learning frameworks
Apache License 2.0
424 stars 40 forks source link

Update method call to set TF random seed #11

Closed Simsso closed 4 years ago

Simsso commented 4 years ago

The method to be called should be tf.random.set_seed(SEED) with TF2.

duncanriach commented 4 years ago

Thanks @Simsso!