HN Top New Show Ask Jobs

settings

Theme

Hand Mode

Feed

Comment by Scipio_Afri

Comment by Scipio_Afri 2 days ago

0 replies

View on Hacker News

There is inherent non-determinism in all machine learning models unless you explicitly configure pytorch or other frameworks to do determinism (https://docs.pytorch.org/docs/stable/notes/randomness.html). However, this is very unlikely to be done in models that are being run in production due to performance and other issues.