- 28 2月, 2014 4 次提交
-
-
由 Sander Dieleman 提交于
-
由 Sander Dieleman 提交于
Moved consider_constant from theano.tensor.extra_ops to theano.gradient, moved the optimization that removes it to theano.tensor.opt. Modified theano.compile.builders so it doesn't import theano.gradient, because theano.gradient now imports ViewOp from theano.compile and this would lead to a circular dependency.
-
由 Sander Dieleman 提交于
Add fast_compile tag so the optimization to remove the Op always runs. Use g_out.zeros_like instead of tensor.zeros_like so the op also works for sparse variables.
-
由 Sander Dieleman 提交于
added consider_constant op, which truncates the gradient of an expression to 0. Also added an optimization to remove it from the graph, so other optimizations can be applied properly. test whether the gradient is computed correctly, and test whether the consider_constant op is removed from the graph.
-
- 27 2月, 2014 4 次提交
-
-
由 abergeron 提交于
Update to the blas ops following API change in compyte.
-
由 Arnaud Bergeron 提交于
-
由 Frédéric Bastien 提交于
theano.tensor.batched_tensordot(x, y, axes)
-
由 Nicholas Leonard 提交于
-
- 26 2月, 2014 4 次提交
-
-
由 Frédéric Bastien 提交于
Fix test in py26 (travis-ci)
-
由 Frederic 提交于
-
由 Frederic 提交于
-
由 Frédéric Bastien 提交于
Lift subtensor constant indexes as constants in the graph rather than keep them op-internal.
-
- 25 2月, 2014 11 次提交
-
-
由 abergeron 提交于
Fix test in python 3.
-
由 abergeron 提交于
[MRG]Doc
-
由 Frederic 提交于
This is related to the unpickle problem of ndarray.
-
由 Arnaud Bergeron 提交于
-
由 Frederic 提交于
-
由 Frédéric Bastien 提交于
Fix numerous grammar, syntax and stylistic problems.
-
由 Arnaud Bergeron 提交于
-
由 Frederic 提交于
-
由 Frederic 提交于
-
由 Frederic 提交于
-
由 Frederic 提交于
-
- 24 2月, 2014 2 次提交
-
-
由 Frederic 提交于
-
由 Frédéric Bastien 提交于
Fix Variable.eval() (issue #1724 on github)
-
- 22 2月, 2014 15 次提交