Skip to content

Commit

Permalink
minor typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ago109 committed Jun 7, 2024
1 parent 9d385b8 commit 9e124c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exhibits/pc_discrim/pcn_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ class PCN():
save_init: save model at initialization/first configuration time (Default: True)
"""
def __init__(self, dkey, in_dim=1, out_dim=1, hid1_dim=128, hid2_dim=64, T=10,
dt=1., tau_m=10., act_fx = "tanh", eta=0.001, exp_dir="exp",
dt=1., tau_m=10., act_fx="tanh", eta=0.001, exp_dir="exp",
model_name="pc_disc", loadDir=None, **kwargs):
self.exp_dir = exp_dir
self.model_name = model_name
Expand Down

0 comments on commit 9e124c0

Please sign in to comment.