pyimreg / python-register

Linear and non-linear image registration methods, using scipy and numpy.
Other
62 stars 34 forks source link

Making things fast #19

Closed riaanvddool closed 13 years ago

riaanvddool commented 13 years ago

What do you guys think about using Theano to bring in GPU capability?

http://deeplearning.net/software/theano/tutorial/using_gpu.html

nfaggian commented 13 years ago

I support this - perhaps as a long lived branch. One thing we shouldn't loose sight of is getting the core methods work solid before we start to optimize.

nfaggian commented 13 years ago

I also want to push as much as possible a low number of dependencies for this code - which would help people just pick up and use it.

riaanvddool commented 13 years ago

I agree, we could possibly do a sprint to speed things up if needed later, like we discussed.