- 19 5月, 2017 3 次提交
-
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
Add Cudnn version to Theano cache key to the handle_type and _RNNSplitParams. Theano was trying to reload wrong cmodule and crash. For order of code, I needed to move much code around, but that moved coded didn't changed
-
由 Frederic Bastien 提交于
-
- 18 5月, 2017 4 次提交
-
-
由 Frédéric Bastien 提交于
Wrap Op params for theano.tensor.nnet.corr3d.BaseCorr3dMM and subclasses.
-
由 Pascal Lamblin 提交于
Add support for cudnn v6 dilated convolution.
-
由 notoraptor 提交于
-
由 notoraptor 提交于
- direction (enum list) - dH, dW, dD: int64 - dilH, dilW, dilD: int64 - padH, padW, padD: int64 This influences all sub-classes: - theano.tensor.nnet.corr3d.Corr3dMM - theano.tensor.nnet.corr3d.Corr3dMM_gradWeights - theano.tensor.nnet.corr3d.Corr3dMM_gradInputs
-
- 17 5月, 2017 12 次提交
-
-
由 Frédéric Bastien 提交于
Test for fix in libgpuarray, plus fix in batched_dot opt
-
由 Pascal Lamblin 提交于
Fix jenkins tests
-
由 Pascal Lamblin 提交于
Give a good error when people use device=gpu
-
由 Pascal Lamblin 提交于
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
由 Gabe Schwartz 提交于
-
由 Frederic Bastien 提交于
-
由 Frédéric Bastien 提交于
Update nnet.txt
-
由 Gabe Schwartz 提交于
-
由 lrast 提交于
Fixes mismatch between the formula in implemented function in the docs
-
- 16 5月, 2017 5 次提交
-
-
由 Frederic Bastien 提交于
-
由 Pascal Lamblin 提交于
Partially factorize GpuKernelBase.get_params() and configure it to use ParamsType.
-
由 Pascal Lamblin 提交于
remove theano/compat/six.py
-
由 notoraptor 提交于
-
由 Pascal Lamblin 提交于
Allow c_support_code() to support list of strings and update ParamsType
-
- 15 5月, 2017 2 次提交
-
-
由 morrme 提交于
Closes: #5761
-
由 notoraptor 提交于
Update ParamsType.c_code_cache_version().
-
- 13 5月, 2017 3 次提交
-
-
由 Gabe Schwartz 提交于
-
由 Frédéric Bastien 提交于
(small update) Add restrictions to warning messages condition in GpuDnnConvGradW
-
由 notoraptor 提交于
- Show warnings only if floatX==float32. - Show warnings only for cuDNN prior to v6.
-
- 12 5月, 2017 5 次提交
-
-
由 Simon Lefrancois 提交于
add gpuarray to python2 buildbot
-
由 Gabe Schwartz 提交于
-
由 Gabe Schwartz 提交于
-
由 Gabe Schwartz 提交于
-
由 Gabe Schwartz 提交于
-
- 11 5月, 2017 4 次提交
-
-
由 Frédéric Bastien 提交于
Mention duplicated values in warning messages.
-
由 Pascal Lamblin 提交于
-
由 Gabe Schwartz 提交于
-
由 Xavier Bouthillier 提交于
Adapt local_gpu_elemwise optimization of new gpuarray back-end to avoid number of inputs overflow with Elemwise<add,mul>. The current optimization was already splitting the input, but it was not using the method split_huge_add_or_mul because of new gpuarray lifter signature (see comment https://github.com/Theano/Theano/pull/5852#discussion_r114145523) The unit test for large number of inputs was invalid because it was testing the old back-end (theano.sandbox.cuda). It is now adapted to gpuarray lifter optimization function. The number of settings tested is reduced to lower the computation time while still making sure we test at least one case with no number of inputs overflow and at least one case with number of inputs overflow. split_huge_add_or_mul() is made more general so it can be used if any case like Elemwise<add,mul> occurs elsewhere.
-
- 10 5月, 2017 2 次提交
-
-
由 Faruk Ahmed 提交于
-
由 Pascal Lamblin 提交于
BUG: fix bytes/string concat error, closes #5887
-