- 30 9月, 2010 8 次提交
-
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
raise the number of allowed optimization application before raising an Equilibrium max'ed out. This remove useless output in test.
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
re-enable the grad on max in some case. The new max_and_argmax optimization do the manually done optimization that disabled the grad in some case.
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
- 29 9月, 2010 8 次提交
-
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
由 Xavier Glorot 提交于
-
由 Xavier Glorot 提交于
-
由 Xavier Glorot 提交于
-
由 Frederic Bastien 提交于
make CAReduce raise the same error type as numpy when the axis is wrong and make it check negative axis.
-
由 Frederic Bastien 提交于
-
- 28 9月, 2010 11 次提交
-
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
disable gc.collect in the debug mode. This speed up tensor/tests/test_opt:test_fusion.test_elemwise_fusion from 30s to 3s!
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
- 27 9月, 2010 3 次提交
-
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
make TensorDot and TensorDotGrad work with scalar axes. Add tests for that and test that is raise error.
-
由 Frederic Bastien 提交于
-
- 25 9月, 2010 1 次提交
-
-
由 Frederic Bastien 提交于
-
- 23 9月, 2010 4 次提交
-
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
added the theano.gof.destroyhandler.fast_inplace_check() fct that allow to pre-check is an op can be done inplace or not. It don't check all condition.
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
fix a bug in PatternSub when their is a constant in the pattern. In one case the optimization was not applied when it needed to be. Only affect the new optimization done this week.
-
- 22 9月, 2010 1 次提交
-
-
由 Frederic Bastien 提交于
use the new DebugMode machanism to disable error when an stability optimization remove nan for the local_{mul,div}_switch_sink optimization. Updated test to use it.
-
- 21 9月, 2010 4 次提交
-
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
Implemented a new system that allow an optimization to specify a values_eq_approx to use for a variable. This is usefull to make DebugMode accept that a stabilization optimization remove inf or nan from the graph.
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-