Skip to content

Commit e4ee501

Browse files
Merge pull request #8 from Hananel-Hazan/master
Fixing eth_mnist.py bug.
2 parents 6970333 + 682a3ea commit e4ee501

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/mnist/eth_mnist.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@
205205

206206
# Assign labels to excitatory layer neurons.
207207
assignments, proportions, rates = assign_labels(
208-
spike_record, label_tensor[step - update_interval : step], 10, rates
208+
spike_record, label_tensor, 10, rates
209209
)
210210

211211
labels = []

0 commit comments

Comments
 (0)