- 31 10月, 2012 7 次提交
-
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
This case is similar to what is used in DeepLearningBenchmarks
-
由 nouiz 提交于
Fix bug in infer_shape of Flatten
-
由 nouiz 提交于
Check the graphviz executable are there.
-
由 Pascal Lamblin 提交于
Even if the pydot Python package is installed, it is not certain that the graphviz executable are (that is the case with EPD for instance). In that case, we do not want to use it.
-
由 Pascal Lamblin 提交于
Infershape would incorrectly assign a shape of 1 on the last dimension, if all dimension were preserved. In particular, calling .flatten() on some vector would infer a shape of (1,), which is incorrect.
-
- 30 10月, 2012 7 次提交
-
-
由 nouiz 提交于
C code for GpuIncsub, and a new CUDA kernel for one special case
-
由 lamblin 提交于
Fix an optimization crash of local_gpu_elemwise_0.
-
由 Ian Goodfellow 提交于
-
由 Frederic 提交于
Call to theano.compile.rebuild_collect_shared will clone variable that have owner.
-
由 nouiz 提交于
Change dtype of shared variable to floatX
-
由 Pascal Lamblin 提交于
-
由 nouiz 提交于
Add erfinv and erfcinv ops
-
- 29 10月, 2012 3 次提交
-
-
由 Ian Goodfellow 提交于
-
由 Olivier Delalleau 提交于
Fix test for when floatX=float32
-
由 Ian Goodfellow 提交于
-
- 27 10月, 2012 2 次提交
-
-
由 lamblin 提交于
Borrow=True is dangerous if one output destroys another
-
由 Pascal Lamblin 提交于
-
- 26 10月, 2012 6 次提交
-
-
由 Razvan Pascanu 提交于
-
由 lamblin 提交于
Re-add part of the dtype constraint on out grads
-
由 Pascal Lamblin 提交于
-
由 nouiz 提交于
Batched dot22
-
由 Razvan Pascanu 提交于
This is a temporary fix until we fix the behaviour of borrow=True for the general case.
-
由 nouiz 提交于
Re-add (and update) bug fix description.
-
- 25 10月, 2012 15 次提交
-
-
由 Pascal Lamblin 提交于
-
由 lamblin 提交于
Err msg unalign
-
由 lamblin 提交于
Doc python mem
-
由 nouiz 提交于
C version of view op
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
-
由 Razvan Pascanu 提交于
Fixes after code review
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
-
由 Frederic 提交于
-
由 Frederic 提交于
INTERFACE CHANGE: Disable using unaligned tensor in all case. We supported it for python code before.
-
由 Frederic 提交于
-