forked from Theano/Theano
-
Notifications
You must be signed in to change notification settings - Fork 0
Gsoc2014
Frédéric Bastien edited this page Nov 6, 2013
·
3 revisions
-
Faster optimization phase (use a SAT Solver?)
-
Compare our current memory usage during a Theano function call again the theoretical min
- For this, we need to find the min theoretical minimum from a Theano graph when we know all shapes
-
Allow to do memory profiling in the CVM (now it use the VM)
-
Make OpFromGraph work on GPU, make sure work with c code and document. make sure infer_shape, grad and Rop work too.
-
Re-write DebugMode to reuse the CVM and simplify it
-
less opaque theano.function()
-
Track user usage of Theano with their permission
- Allow to find bug that would have affected you in the past too.
-
Bridge Theano with Numba
- (done) Make an example how to use a Numba function in a Theano op
- Allow to use Numba function as a Theano op easily(an automatic wrapper?)
- Make Theano use the c interface of a Numba function
-
Opencl (in process)
-
Gen dll (a prototype is done)
-
Sympy optimization