- 23 10月, 2011 2 次提交
-
-
由 James Bergstra 提交于
The old form (PatternSub) had the problem that it wasn't calling broadcast_like on the return value. It would have been wrong to hack a broadcast_like into gof.opt, so I rewrote these two optimizations as a function. PatternSub is a really cool idea, in the future it might be worth writing a TensorPatternSub that deals with tensor-specific issues, like casting, dimshuffles, and rebroadcasts.
-
由 James Bergstra 提交于
-
- 22 10月, 2011 22 次提交
-
-
由 James Bergstra 提交于
-
由 James Bergstra 提交于
-
由 David Warde-Farley 提交于
Review/tests for ExtractDiag and trace
-
由 Arnaud Bergeron 提交于
-
由 nouiz 提交于
added a hint to the BadOptimization exception
-
由 nouiz 提交于
Fix div by zero in tensor grad
-
由 Olivier Delalleau 提交于
Correctly do version comparison: fix #136
-
由 James Bergstra 提交于
-
由 nouiz 提交于
misc cleanup and a bugfix in linalg ops
-
由 Arnaud Bergeron 提交于
-
由 Arnaud Bergeron 提交于
-
由 Frederic 提交于
-
由 James Bergstra 提交于
-
由 James Bergstra 提交于
-
由 James Bergstra 提交于
-
由 James Bergstra 提交于
-
由 James Bergstra 提交于
-
由 nouiz 提交于
added sparse dot
-
由 Yann N. Dauphin 提交于
-
由 Yann N. Dauphin 提交于
-
由 Olivier Delalleau 提交于
Op doc merge
-
由 Frederic 提交于
-
- 21 10月, 2011 16 次提交
-
-
由 Frederic 提交于
Conflicts: doc/cifarSC2011/extending_theano.txt doc/extending/op.txt
-
由 Olivier Delalleau 提交于
moved import cuda where I need it.
-
由 Razvan Pascanu 提交于
function
-
由 nouiz 提交于
Op documentation
-
由 nouiz 提交于
More explicit error message
-
由 Razvan Pascanu 提交于
-
-
由 Yann N. Dauphin 提交于
-
由 Olivier Delalleau 提交于
Makes it more obvious to users what may be their mistake when they get a TypeError after trying to index a shared variable.
-
由 Yann N. Dauphin 提交于
-
由 Razvan Pascanu 提交于
-
由 Razvan Pascanu 提交于
-
由 Razvan Pascanu 提交于
-
由 Razvan Pascanu 提交于
Op doc Due to lack of experience with git, I'll merge this pull request and send another one that fixes all the bugs I've seen.
-
由 David Warde-Farley 提交于
itertools.product(), or theano.gof.python25.product() in this case. Also PEP8 fixes.
-
由 David Warde-Farley 提交于
-