hudon / spike

Brain Simulator Parallelization
http://nengo.ca/
1 stars 1 forks source link

Using Numpy without Theano #20

Closed gretac closed 10 years ago

gretac commented 11 years ago

Ensembles are no longer using Theano shared memory to communicate between origins and accumulators. Is it still beneficial to use it within the ensembles? Can we switch to using just Numpy? Is this as efficient as with Theano?