|
|
|
|
|
by 8note
595 days ago
|
|
There is at least a parameter called Temperature which decides how much randomness to include in the output. It doesn't get you perfectly deterministic output to set it to 0 though, per https://medium.com/google-cloud/is-a-zero-temperature-determ... as you don't have perfect control over what approximations are being made on your floating point operations |
|
Nvidia gives some guarantees about deterministic results of their kernels but that only applies when you have exact same input data and this is not the case when in-flight batching.