Skip to content

Commit

Permalink
attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
yallup committed Jun 24, 2024
1 parent 3be37bf commit 0d42f30
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions clax/clax.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ def __init__(self, n=1, **kwargs):
seed: int: Random seed.
"""
self.rng = random.PRNGKey(kwargs.get("seed", 2024))
self.n = n
self.network = Network(n_out=n)
self.state = None

Expand Down

0 comments on commit 0d42f30

Please sign in to comment.