NVIDIA / framework-reproducibility

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

Add layers.Dropout as another random seed to set #15

Closed ned2 closed 4 years ago

ned2 commented 4 years ago

The seed param of the layers.Dropout is another source of non-determinism. It would be valuable to document this here.

duncanriach commented 4 years ago

Thanks Ned, that's a great addition. I'm going to approve and merge your request and then add a little bit more information about this ...

duncanriach commented 4 years ago

I took this to another level with this commit.