ctn-archive / nengo_theano

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

unoptimized dot in test_runtime.py #17

Closed jaberg closed 11 years ago

jaberg commented 11 years ago

Maybe a dtype mismatch or something?

studywolf commented 11 years ago

that's probably https://github.com/ctn-waterloo/nef-py/blob/master/nef/nef_theano/ensemble.py#L411 or https://github.com/ctn-waterloo/nef-py/blob/master/nef/nef_theano/ensemble_origin.py#L179

i just hacked these together to get it to work, but I think TT.batched_dot could be used here instead, I meant to flag it and pass it along to you to see if you had thoughts on a better implementation @jaberg !

studywolf commented 11 years ago

indeed it was a dtype mismatch! on the transform, casted to float32 and we're golden