- 23 7月, 2011 5 次提交
-
-
由 James Bergstra 提交于
-
由 James Bergstra 提交于
Rationale: its name shadowed the scipy package, and it was not successful in simplifying other modules' code that had to do scipy version checks. (Which is only two places anyway).
-
由 James Bergstra 提交于
-
由 James Bergstra 提交于
-
由 James Bergstra 提交于
-
- 21 7月, 2011 4 次提交
-
-
由 James Bergstra 提交于
-
由 James Bergstra 提交于
-
由 James Bergstra 提交于
Rationale: this way it can be optimized with the same machinery that currently targets dot. I will add back a modified version of Outer as sandbox/blas_ger.py. In future, we should have a GER Op in blas.py, with a scipy and/or c implementation that uses BLAS's sger/dger/cger/zger functions.
-
由 James Bergstra 提交于
It's a shortcut to cast. It's used in the GEMM unittests.
-
- 20 7月, 2011 31 次提交
-
-
由 Frederic Bastien 提交于
-
由 Razvan Pascanu 提交于
-
由 James Bergstra 提交于
-
由 Razvan Pascanu 提交于
-
由 Razvan Pascanu 提交于
set_subtensor. This was the cause of the 3 failing test in scan. I also revised the entire optimization, writing a bit more comments/
-
由 Pascal Lamblin 提交于
-
由 Razvan Pascanu 提交于
variables and some other cosmetic changes.
-
由 Pascal Lamblin 提交于
* * * More informative error message
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
-
由 Razvan Pascanu 提交于
-
由 Razvan Pascanu 提交于
-
由 Razvan Pascanu 提交于
-
由 Razvan Pascanu 提交于
-
由 Razvan Pascanu 提交于
-
由 Razvan Pascanu 提交于
-
由 Razvan Pascanu 提交于
ensure they don't belong to a different env.
-
由 Pascal Lamblin 提交于
Also update the documentation.
-
由 Pascal Lamblin 提交于
-
由 Razvan Pascanu 提交于
The scope is to make the computational graph more readable, and to move constants in the inner graph, allowing constant folding in the inner graph to do its job (performance).
-
由 Razvan Pascanu 提交于
-
由 Razvan Pascanu 提交于
-
由 Razvan Pascanu 提交于
-
由 Razvan Pascanu 提交于
-
由 Razvan Pascanu 提交于
-
由 Razvan Pascanu 提交于
-
由 Razvan Pascanu 提交于
-
由 Razvan Pascanu 提交于
obtain some outputs/or other node.
-
由 Razvan Pascanu 提交于
In order for scan to identify which of the inner outputs is the stopping condition I use this dummy class to wrap my condition in it.
-
由 Razvan Pascanu 提交于
Look for conditions that the user might provide ( if scan is to terminate on a condition ). This feature will be later used the conditional terminating scan.
-
由 Razvan Pascanu 提交于
One thing that I've tried is to avoid importing cuda.
-