- 02 1月, 2016 4 次提交
-
-
由 Mikhail Korobov 提交于
* use Python 2/3 compatible syntax for print; * use range instead of xrange (creating a list of 100..1000 ints in Python 2 is not a big deal)
-
由 Mikhail Korobov 提交于
-
由 Mikhail Korobov 提交于
-
由 Mikhail Korobov 提交于
-
- 28 12月, 2015 1 次提交
-
-
由 Frédéric Bastien 提交于
Fix Python3 regression in ``pydotprint``
-
- 27 12月, 2015 1 次提交
-
-
由 Sergei Lebedev 提交于
In Python3 ``map`` returns a map-object (and not a list). This makes the check introduced in #3057 fail with "TypeError: unorderable types: map() < list()"
-
- 22 12月, 2015 4 次提交
-
-
由 Frédéric Bastien 提交于
Fix fallback in BLAS detection
-
由 Frédéric Bastien 提交于
Cap memory preallocation to 98% of the total.
-
由 Frédéric Bastien 提交于
set_subtensor GPU realizations
-
由 f0k 提交于
-
- 19 12月, 2015 7 次提交
-
-
由 Balázs 提交于
Added tests to test_basic_ops.py for GpuAdvancedIncSubtensor1 (general case) and GpuAdvancedIncSubtensor1_dev20 (2d case if compute capability >=2.0).
-
由 Pascal Lamblin 提交于
Small
-
由 Frederic Bastien 提交于
-
由 Frederic 提交于
-
由 Frédéric Bastien 提交于
add doc test in yaml
-
由 Frédéric Bastien 提交于
Adds test for uint datatype for image_shape and filter_shape in thean…
-
由 Arnaud Bergeron 提交于
-
- 18 12月, 2015 22 次提交
-
-
由 Frédéric Bastien 提交于
Gpuarray prealloc
-
由 mronian 提交于
Adds test for uint datatype for image_shape and filter_shape in theano.tensor.nnet.conv and also checks if datatype is in tensor.discrete_dtypes
-
由 Pascal Lamblin 提交于
Multi gpu doc
-
由 Arnaud Bergeron 提交于
-
由 Arnaud Bergeron 提交于
-
由 Arnaud Bergeron 提交于
Add the gpuarray.preallocate configuration variable. This will help fix out of memory errors in certain sequences of tests.
-
由 hantek 提交于
-
由 hantek 提交于
-
由 Frédéric Bastien 提交于
Rebased cudnn v4
-
由 Arnaud Bergeron 提交于
-
由 Arnaud Bergeron 提交于
-
由 Arnaud Bergeron 提交于
-
由 Arnaud Bergeron 提交于
the printout of the context map.
-
由 Arnaud Bergeron 提交于
-
由 Arnaud Bergeron 提交于
-
由 Arnaud Bergeron 提交于
-
由 Arnaud Bergeron 提交于
-
由 Arnaud Bergeron 提交于
-
由 Arnaud Bergeron 提交于
-
由 Arnaud Bergeron 提交于
-
由 Arnaud Bergeron 提交于
-
由 Arnaud Bergeron 提交于
-
- 17 12月, 2015 1 次提交
-
-
由 Frédéric Bastien 提交于
Abstract conv: fix tests and add infer_shape
-