- 10 12月, 2013 2 次提交
-
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
-
- 13 11月, 2013 6 次提交
-
-
由 John Schulman 提交于
-
由 Frédéric Bastien 提交于
Use numpy's officially supported api for retrieving BLAS compile options
-
由 Pascal Lamblin 提交于
Fix compilation of the GPU back-end on windows.
-
由 Frédéric Bastien 提交于
Fix python 2.4 syntax.
-
由 Frederic 提交于
close gh-1546
-
由 Frederic 提交于
-
- 11 11月, 2013 5 次提交
-
-
由 Pascal Lamblin 提交于
[MRG] Fix test python 2.4 and faster opt
-
由 Frederic 提交于
-
由 Frédéric Bastien 提交于
Minor fixes
-
由 Olivier Delalleau 提交于
-
由 Olivier Delalleau 提交于
-
- 10 11月, 2013 2 次提交
-
-
由 Olivier Delalleau 提交于
-
由 Olivier Delalleau 提交于
-
- 09 11月, 2013 4 次提交
-
-
由 Frederic 提交于
This is needed for the new profiling of features.
-
由 Frederic 提交于
-
由 Frederic 提交于
-
由 Frédéric Bastien 提交于
Some doc / tutorial updates
-
- 08 11月, 2013 12 次提交
-
-
由 Frederic 提交于
-
由 Frederic 提交于
-
由 Razvan Pascanu 提交于
Fix in scan_merge: clone each inner graph independently
-
由 Frédéric Bastien 提交于
Add compatibility unpickler for python 3, use it in test
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
-
由 Jason Yosinski 提交于
-
由 Jason Yosinski 提交于
-
由 Jason Yosinski 提交于
-
由 Frederic 提交于
-
由 Frederic 提交于
-
由 Frederic 提交于
-
- 07 11月, 2013 9 次提交
-
-
由 Frederic 提交于
-
由 Frederic 提交于
-
由 Frederic 提交于
This is done by making it a local optimizer. This change to allow local optimizer to remove variable in the graph. I allow this only for variable that aren't used. In a small test case, it wsa taking 0.6s now it take .1s. In a bigger test case, it was taking 40s. I didn't rerun it with the opt as it is too long. This speed up the opt, as we do less iteration on the graph, as in the EquilibriumOptimizer add in the current iteration the new node in the graph. The old opt wasn't doing this and I didn't wanted to duplicate all those type of code.
-
由 Pascal Lamblin 提交于
[MRG]Conv3d2d
-
由 Pascal Lamblin 提交于
Faster opt
-
由 Frederic 提交于
theano-nose theano/tensor/tests/test_blas.py:t_gemm.test0a
-
由 Frederic 提交于
-
由 Frederic 提交于
-
由 Frederic 提交于
-