- 15 7月, 2011 9 次提交
-
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
Also get rid of all those debug(), info(), warning() and error() functions defined everywhere.
-
由 James Bergstra 提交于
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
In the past it was warned when we load theano.sandbox.cuda.
-
由 Ian Goodfellow 提交于
-
由 Ian Goodfellow 提交于
-
由 Frederic Bastien 提交于
-
- 14 7月, 2011 4 次提交
-
-
由 Razvan Pascanu 提交于
Consecutive calls of the the join op ( during the optimization phase) get the axis as a constant. What used to happen was that in such cases Theano would not use that constant to define its broadcastable pattern.
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
由 Pascal Lamblin 提交于
-
- 13 7月, 2011 21 次提交
-
-
由 Frederic Bastien 提交于
-
由 Pascal Lamblin 提交于
-
由 James Bergstra 提交于
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
由 Olivier Delalleau 提交于
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
-
由 Olivier Delalleau 提交于
-
由 Olivier Delalleau 提交于
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
由 Olivier Delalleau 提交于
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
- 12 7月, 2011 2 次提交
-
-
由 James Bergstra 提交于
-
由 Frederic Bastien 提交于
-
- 11 7月, 2011 1 次提交
-
-
由 James Bergstra 提交于
-
- 10 7月, 2011 1 次提交
-
-
由 Olivier Delalleau 提交于
Added .c files to setup.py to properly install the new lazylinker_c.c file -- also removed tabs in setup.py
-
- 09 7月, 2011 2 次提交
-
-
由 Olivier Delalleau 提交于
-
由 Olivier Delalleau 提交于
The problem was that the version was obtained *after* importing the C module. As a result, recompilation would fail because the library was still in use. This change also saves the version in the __init__.py file of the lazylinker_ext base module, so that it can be checked without loading the C module.
-