|
|
|
|
|
by visarga
684 days ago
|
|
> The same input will always produce the same output Not guaranteed even with the same seed. If you don't perform all operations in exactly the same order, even a simple float32 sum, if batched differently, will result in different final value. This depends on the load factor and how resources are allocated. |
|