Skip to content

Commit 6d19d94

Browse files
authored
Merge pull request #1 from kingjr/fix_mnist_example
fix_mnist_reservoir
2 parents 3d9bad5 + 41439cb commit 6d19d94

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

examples/mnist/reservoir.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
from bindsnet.analysis.plotting import plot_input, plot_spikes, plot_voltages, plot_weights
66
from bindsnet.datasets import MNIST
77
from bindsnet.encoding import poisson_loader
8-
from bindsnet.network import Network, Input
8+
from bindsnet.network import Network
9+
from bindsnet.network.nodes import Input
910

1011
# Build a simple two-layer, input-output network.
1112
from bindsnet.network.monitors import Monitor

0 commit comments

Comments
 (0)