ctn-archive / nengo_theano

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

cache problem? #50

Closed jaberg closed 11 years ago

jaberg commented 11 years ago

I have a weird situation on my laptop: an ensemble of pretty much every size works, except for 1000. The 1000-size ensemble used to work a few weeks ago. Is there some old state that's being reloaded when it should be recomputed? How should I debug this?

jaberg commented 11 years ago

Happened again on work computer. Steps to reproduce: run the matrix_mul example with seed=123, change the D3 input size to 2, re-run. It should re-use the cache, and mis-compute the answer.

Could you have a look at it, @tcstewar ?