- 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 16 次提交
-
-
由 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 提交于
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
由 Xavier Glorot 提交于
-
由 Xavier Glorot 提交于
-
由 Xavier Glorot 提交于
-
由 Frederic Bastien 提交于
in the stability optimization of the grad of log(erfc(x)) accept more equivalent type of graph and test that the opt are done in the stabilization phase.
-
由 Frederic Bastien 提交于
add a STABILIZE mode and a stabilize optimizer. They allow to test that stabilization optimization happen in the stabilize phase. Not always the case now.
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
rename a variable and make the stability optimizer of the grad of log(erfc(x)) happen directly with the canonicalized graph
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
BUG FIX: the stabilization optimization of the grad of log(erfc(x)) was applied too frequently! That test for that bug
-
- 20 9月, 2010 2 次提交
-
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
- 18 9月, 2010 2 次提交
-
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
- 17 9月, 2010 5 次提交
-
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
- 15 9月, 2010 5 次提交
-
-
由 Frederic Bastien 提交于
make TensorType.values_eq_approx handle correctly case when their is a mix of inf and nan. When their is nan, we want to accept values that have the same inf.
-
由 fsavard 提交于
Added printing of output names for apply nodes in debugprint, such that if you manually assign a name to the outputs (variables), the name will be printed in the debugprint output.
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
由 Pascal Lamblin 提交于
- Code reviewed by Olivier B., thanks! - Lots of comments added - Unused code removed - Looping in Elemwise is now done so the contiguous dimension of the output is looped over in the inner-most loop. It does not change anything in the non-inplace case (the output was C-contiguous), but can lead to really better performances (at least 7x) in the inplace case.
-
- 14 9月, 2010 5 次提交
-
-
由 Frederic Bastien 提交于
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
-
由 James Bergstra 提交于
-
由 Frederic Bastien 提交于
-