- 13 3月, 2010 5 次提交
-
-
由 Frederic Bastien 提交于
-
由 Pascal Lamblin 提交于
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
- 12 3月, 2010 10 次提交
-
-
由 Frederic Bastien 提交于
make the import of theano.sparse work with an empty module if scipy is not available. Make sparse test skipped if scipy not available.
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
由 James Bergstra 提交于
-
由 James Bergstra 提交于
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
由 James Bergstra 提交于
-
由 James Bergstra 提交于
-
- 11 3月, 2010 8 次提交
-
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
use (idx,apply) for dictionary key in profile mode as (idx,op) cause conflict when their is many theano fct.
-
由 Frederic Bastien 提交于
pydotprint now take an optional parameter mode. If a ProfileMode, print time stats in the apply on the graph.
-
由 Frederic Bastien 提交于
-
由 Dumitru Erhan 提交于
-
由 Dumitru Erhan 提交于
-
由 Frederic Bastien 提交于
-
由 James Bergstra 提交于
-
- 10 3月, 2010 17 次提交
-
-
由 Frederic Bastien 提交于
added in the profiler a list of op that don't take float64 as input but generate float64 outputs. Usefull for the gpu.
-
由 James Bergstra 提交于
-
由 James Bergstra 提交于
-
由 Dumitru Erhan 提交于
-
由 Dumitru Erhan 提交于
-
由 James Bergstra 提交于
-
由 Dumitru Erhan 提交于
-
由 Dumitru Erhan 提交于
-
由 Frederic Bastien 提交于
enable cuda test when cuda is available. make some helper fct to use theano._asarray when needed and make the code more readable.
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
由 Razvan Pascanu 提交于
-
由 Razvan Pascanu 提交于
Fixed a bug involving shape_i op and constant folding. In short, new constants introduced by the constant folding optimization were not inserted in shape_of dictionary
-
由 Frederic Bastien 提交于
added device=gpu. Needed on angel as the gpu are in exclusive mode and we want the driver to select the gpu.
-
由 James Bergstra 提交于
-
由 Dumitru Erhan 提交于
-
由 Dumitru Erhan 提交于
makes the directory containing libpython visible to the linker, just in case it doesn't get picked up otherwise. Not the most beautiful solution!
-