You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current cuda_convnet.py code does not store a reference to the nengo.Ensemble layers, making probing these layers a pain (had to go figure out what the label names are, and iterate through the network to find them)
The text was updated successfully, but these errors were encountered:
The current
cuda_convnet.py
code does not store a reference to thenengo.Ensemble
layers, making probing these layers a pain (had to go figure out what the label names are, and iterate through the network to find them)The text was updated successfully, but these errors were encountered: