- 17 7月, 2011 10 次提交
-
-
由 Razvan Pascanu 提交于
-
由 Razvan Pascanu 提交于
-
由 Razvan Pascanu 提交于
zeros.
-
由 Razvan Pascanu 提交于
-
由 Razvan Pascanu 提交于
new optimization for dot products.
-
由 Razvan Pascanu 提交于
This flag is going to be used by optimizations. For example dot(zeros, X) should be optimized out even if zeros is a constant.
-
由 Razvan Pascanu 提交于
-
由 Pascal Lamblin 提交于
Always update the following properties of current mode, even if current function does not have profiling statistics: call_time, fn_time, optimizer_time, linker_time. Re-add these attributes in ProfileMode (they exist in Mode). This basic timing functionality is used in particular for timing the deep learning tutorials.
-
由 Razvan Pascanu 提交于
-
由 Pascal Lamblin 提交于
Also fix error that was causing compilation cache to fill up.
-
- 16 7月, 2011 10 次提交
-
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
We should pass the Mode objects instead.
-
由 Pascal Lamblin 提交于
We should use, for instance, "linker=cvm_nogc", not "mode=CVM_NOGC".
-
由 Pascal Lamblin 提交于
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
- 15 7月, 2011 13 次提交
-
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
-
由 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 3 次提交
-
-
由 Frederic Bastien 提交于
-
由 Pascal Lamblin 提交于
-
由 James Bergstra 提交于
-