28 May 2012 14:49
Re: [Cython] gsoc: array expressions
On 25 May 2012 21:53, Frédéric Bastien <nouiz <at> nouiz.org> wrote: > Hi, > > > Sorry for the delay, I had some schedule change. > > thanks for adding me. Should I subscribe to cython-dev? How much email > daily there is? I didn't found this on the archives. Fell free to add > me in CC again when you think it is appropriate. There is usually not so much traffic on cython-dev, unless something comes up that is debated to the death :) > I'll reply here to all email at the same time. Do you prefer that I > reply to each email individually if this happen again? I'll try to > reply faster next time. No worries, either way works fine, don't worry too much about protocol (the only thing to note is that we do bottom posting). > - About pickling theano, we currently can't pick Theano function. It > could be made to work in some cases, but not for all cases as there is > hardware dependent optimization in the Theano function. Currently it > is mostly CPU vs GPU operation. So if we stay on the CPU, we could do > some pickling, but we should make sure that the compiled c code into > python module are still there when we unpickle or recompile them. > > - I think it make sense to make a theano graph from cython ast, > optimize and redo a cython ast from the optimized graph. This would > allow using Theano optimizations.(Continue reading)
RSS Feed