I feel like this should be trivial, but I\'ve struggled to find anything useful in the PyBrain documentation, on here, or elsewhere.
The problem is this :
I
It looks like this should work:
net['in'].outputbuffer[net['in'].offset] net['hidden0'].outputbuffer[net['hidden0'].offset]
Purely based on looking at the source code.