- 09 1月, 2010 10 次提交
-
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
added an not used argumement to DebugMode.__init__ to have it accept the same arguments as other Mode. This allow to work in more generic way.
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
- 08 1月, 2010 16 次提交
-
-
由 James Bergstra 提交于
-
由 James Bergstra 提交于
-
由 James Bergstra 提交于
-
由 James Bergstra 提交于
-
由 James Bergstra 提交于
-
由 James Bergstra 提交于
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
advanced indexing.
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
-
由 Pierre-Antoine Manzagol 提交于
to incrementing.
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
由 Pierre-Antoine Manzagol 提交于
-
- 07 1月, 2010 3 次提交
-
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
- 06 1月, 2010 4 次提交
-
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
I need to make theano work without scipy.
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
added floatX doc.
-
- 05 1月, 2010 3 次提交
-
-
由 Frederic Bastien 提交于
now when we import theano.sandbox.cuda, we don't register gpu optimization in fast_run and inplace. When we call theano.sandbox.cuda, we add gpu optimizer to fast_run and inplace. This way, they don't get applied when use() is not call.
-
由 Frederic Bastien 提交于
in class DB moved some stuff to a new fct add_tags(name,*tags). This allow to add tag to an optimizer after it have bean registered.
-
由 Pascal Lamblin 提交于
-
- 19 12月, 2009 1 次提交
-
-
由 Frederic Bastien 提交于
make local_gpu_sum raise an exception when the sum pattern is not implemented. It make the optimizer catch this error instead of failing at compile time.
-
- 17 12月, 2009 3 次提交
-
-
由 Frederic Bastien 提交于
added new optimizer InputToGpuOptimizer that transfert the input of a graph on the gpu card when needed. This make the gpu code work when not using shared variables
-
由 Frederic Bastien 提交于
-
由 Pascal Lamblin 提交于
-