ctn-archive / nengo_theano

ABANDONED; see https://github.com/nengo/nengo instead
MIT License
3 stars 3 forks source link

encoders / decoders as shared variables #19

Closed studywolf closed 11 years ago

studywolf commented 11 years ago

Related to James' update, is there any reason for encoders and decoders to not be shared variables? And if they should be, let's go ahead and implement them as shared the whole way through instead of just in the update function, to try to keep things clean and consistent.

tcstewar commented 11 years ago

No particular reason, other than I was noticing that I didn't actually need to keep a copy of them around anywhere when I implemented it, so I didn't bother.