-
Notifications
You must be signed in to change notification settings - Fork 82
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make random seeding consistent with PRNG keys everywhere instead of s…
…eeds (#290) * add ENS * removed ENS * Test * Test * Change gw_barycenter and neural dual * fix random number generators in initializers * k-means and gromov * fix rng on low rank geometry and datasets * fix remaining seed changes to rng * fixed rng reference and increased epsilon to make algo converge, should open issue * fixed keys to rngs * extended rng instead of keys to inside functions and added jax.random.PRNGKeyArray as default type * fixed more keys to rng with correct default type * ran pre-commit * Fix typo --------- Co-authored-by: Anastasiia <[email protected]> Co-authored-by: michalk8 <[email protected]>
- Loading branch information
1 parent
edf98d1
commit d4857ea
Showing
52 changed files
with
743 additions
and
694 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.