mljs / ml-pipe

https://mljs.github.io/ml-pipe/
MIT License
2 stars 0 forks source link

Use ml-xsadd for seed random number and check that everything is seeded #16

Open lpatiny opened 2 years ago

lpatiny commented 2 years ago

https://github.com/mljs/xsadd

kjappelbaum commented 2 years ago

also @kjappelbaum: make sure to seed everything correctly with the same seed

kjappelbaum commented 2 years ago

also @kjappelbaum make sure that tests are seeded - we do not want to fuzz test all of them (randomly and partially)

kjappelbaum commented 2 years ago

wow, tensorflow.js currently only seems to support the global seed ... https://github.com/tensorflow/tfjs/issues/2219