Skip to content

Commit

Permalink
Update comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Jinqi Huang committed Feb 21, 2022
1 parent 17ccebf commit 81375ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NeuroCores/core_LIF_supervisedlearning_wta.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ def neurons(net, time, phase = 'training'):
full_stim = np.bitwise_or([int(x) for x in wantToFire], [int(x) for x in inputStim])

net.log("POST=%d NeurAccum=%g in step %d" % (postidx, net.state.NeurAccum[time][postidx - net.inputNum], time))
net.state.firingCellsPseudo = wantToFire # fire hist without wta. This info will be used to reset data.
net.state.firingCellsPseudo = wantToFire # fire hist without wta. This info will be used to reset data.

# f = open("C:/Users/jh1d18/debug_log.txt", "a")
# f.write('--------------\n')
Expand Down

0 comments on commit 81375ca

Please sign in to comment.