Skip to content

Commit

Permalink
Update README #3
Browse files Browse the repository at this point in the history
Signed-off-by: Marcus G K Williams <[email protected]>
  • Loading branch information
mgkwill committed Oct 27, 2021
1 parent c39bdbd commit b3b4bba
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -300,14 +300,14 @@ class NcLifModel(NcLoihiProcessModel):
net.connect(self.s_out, out_ax)
# Allocate compartments
cx_cfg = net.cx_cfg.alloc(size=1,
du=self.du,
dv=self.dv,
vth=self.vth)
du=self.du,
dv=self.dv,
vth=self.vth)
cx = net.cx.alloc(size=num_neurons,
u=self.u,
v=self.v,
b_mant=self.b,
cfg=cx_cfg)
u=self.u,
v=self.v,
b_mant=self.b,
cfg=cx_cfg)
cx.connect(out_ax)
# Allocate dendritic accumulators
da = net.da.alloc(size=num_neurons)
Expand Down

0 comments on commit b3b4bba

Please sign in to comment.