ott.solvers.nn.models.ICNN.make_rng#
- ICNN.make_rng(name)#
Returns a new RNG key from a given RNG sequence for this Module.
The new RNG key is split from the previous one. Thus, every call to make_rng returns a new RNG key, while still guaranteeing full reproducibility.
TODO: Link to Flax RNG design note.