- 11 3月, 2010 7 次提交
-
-
由 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 18 次提交
-
-
由 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!
-
由 Frederic Bastien 提交于
-
- 09 3月, 2010 7 次提交
-
-
由 James Bergstra 提交于
-
由 Razvan Pascanu 提交于
Two bugs fixed. First one was in printing, pmsg was spelled as psmg. Second one is more of a temporary fix. neg(x) was optimized to -1*x, where was dtype int which ended up in a dtype error in dot22scalar. I changed the optimization to create a -1 of same dtype as x but fancier solution possible.
-
由 Dumitru Erhan 提交于
-
由 Dumitru Erhan 提交于
-
由 Frederic Bastien 提交于
-
由 James Bergstra 提交于
-
由 Frederic Bastien 提交于
-
- 08 3月, 2010 2 次提交
-
-
由 Frederic Bastien 提交于
-
由 Pascal Lamblin 提交于
-
- 06 3月, 2010 6 次提交
-
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
Dimensions where the broadcastable flag is added are marked denoted by '1', dimensions where it is removed are displayed as '0', the ones left unchanged are marked by '?'. This list is implicitly extended to the right by as many '?' as needed.
-
由 Frederic Bastien 提交于
-
由 Pascal Lamblin 提交于
-
由 Frederic Bastien 提交于
-