Skip to content

Commit

Permalink
prng_key case
Browse files Browse the repository at this point in the history
  • Loading branch information
znado committed Mar 10, 2022
1 parent 877c81d commit 10bd7fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion algorithmic_efficiency/spec.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def __init__(self, shape_tuple):
ParameterContainer = Dict[ParameterKey, Dict[ParameterKey, Tensor]]
ParameterTypeTree = Dict[ParameterKey, Dict[ParameterKey, ParameterType]]

RandomState = Any # Union[jax.random.prng_key, int, bytes, ...]
RandomState = Any # Union[jax.random.PRNGKey, int, bytes, ...]

OptimizerState = Any
Hyperparamters = Any
Expand Down

0 comments on commit 10bd7fe

Please sign in to comment.