- 19 2月, 2017 2 次提交
-
-
由 Rebecca N. Palmer 提交于
-
由 Rebecca N. Palmer 提交于
-
- 18 2月, 2017 3 次提交
-
-
由 Frédéric Bastien 提交于
Clarify error message related to expected kern_shape specs (1D, int64) in GpuDnnConvDesc
-
由 notoraptor 提交于
-
由 notoraptor 提交于
-
- 17 2月, 2017 9 次提交
-
-
由 notoraptor 提交于
Clarify error message related to expected kern_shape in GpuDnnConvDesc make_node() method, and fix a related test in test_dnn.
-
由 Pascal Lamblin 提交于
Fix invalid pointer casts and negative stride handling in sparse
-
由 Pascal Lamblin 提交于
Fix crash due to excessive decref of 1
-
由 Pascal Lamblin 提交于
Fix compilation crash show by THEANO_FLAGS='floatX=float32,dnn.conv.a…
-
由 Frédéric Bastien 提交于
Fix `-Wl,rpath` parameter for Windows (fix #5463).
-
由 Pascal Lamblin 提交于
Do not decref borrowed references.
-
由 Frédéric Bastien 提交于
Fix batchnorm problems
-
由 Arnaud Bergeron 提交于
-
由 Frederic Bastien 提交于
Fix compilation crash show by THEANO_FLAGS='floatX=float32,dnn.conv.algo_bwd_data=time_once,dnn.conv.algo_bwd_filter=time_once' theano-nose theano/sandbox/cuda/tests/test_dnn.py:test_dnn_conv_grad. fix gh-5517
-
- 16 2月, 2017 5 次提交
-
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
由 Arnaud Bergeron 提交于
-
由 Rebecca N. Palmer 提交于
Cast npy_intp (usually int64) to int (not npy_intp* to int*, which is a strict aliasing violation) Use first-in-memory-order where the BLAS interface requires it, not first-in-index-order; add negative stride test case
-
由 Arnaud Bergeron 提交于
-
- 15 2月, 2017 9 次提交
-
-
由 Frédéric Bastien 提交于
Consistently use '\n' in outputted code
-
由 Frederic Bastien 提交于
-
由 valtron 提交于
All generated C code uses `\n` line separators, except some in `gof/op.py` when on Windows. This fixes it. Strangely, this also fixes the issue I described in [#5464](/Theano/Theano/issues/5463#issuecomment-279826487).
-
由 notoraptor 提交于
-
由 Frédéric Bastien 提交于
Convert dos end of line to unix version
-
由 abergeron 提交于
multiple data type support for GPUMultinomialFromUniform output
-
由 Pascal Lamblin 提交于
Improve the example for strict=True in the scan() doc part 2.
-
由 Frederic Bastien 提交于
-
由 Frédéric Bastien 提交于
Fix test for Python 3 on 32-bit
-
- 14 2月, 2017 7 次提交
-
-
由 Frédéric Bastien 提交于
Interface addition and cleanup
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
replace multinomial_wo_replacement by choice
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
Change MRG choice default of a to be None. We can do this as in the old back-end, when a wasn't provided and pvals was, a=2, but it was only valid when that match pvals shapes. So it was duplicate information. As MRG have pvals mandatory, to work it need a matching value for a.
-
由 Frédéric Bastien 提交于
Merge optimizer 5319
-
由 Frederic Bastien 提交于
-
- 13 2月, 2017 3 次提交
-
-
由 Frédéric Bastien 提交于
Add C code for CPU and GPU for tensor.Split op.
-
由 Pascal Lamblin 提交于
Fix gpu integers in scan.
-
由 Pascal Lamblin 提交于
validate numpy1.12 compatibility changes
-
- 12 2月, 2017 1 次提交
-
-
由 Pascal Lamblin 提交于
-
- 11 2月, 2017 1 次提交
-
-
由 Pascal Lamblin 提交于
-