- 01 11月, 2012 25 次提交
-
-
由 Razvan Pascanu 提交于
-
由 Razvan Pascanu 提交于
-
由 Razvan Pascanu 提交于
-
由 Razvan Pascanu 提交于
-
由 Razvan Pascanu 提交于
-
由 Razvan Pascanu 提交于
-
由 Razvan Pascanu 提交于
-
由 Razvan Pascanu 提交于
-
由 Razvan Pascanu 提交于
-
由 Razvan Pascanu 提交于
-
由 nouiz 提交于
cutils_ext import fix -- allow theano to run on picloud servers (not CVM)
-
由 nouiz 提交于
fix bug in gpu inc subtensor optimization and add a unit test
-
由 Jeremiah Lowin 提交于
-
由 nouiz 提交于
fix bug in gradient when some outputs of a node have different connectio...
-
由 Jeremiah Lowin 提交于
-
由 Ian Goodfellow 提交于
git just got rid of this edit)
-
由 Jeremiah Lowin 提交于
-
由 Ian Goodfellow 提交于
-
由 lamblin 提交于
Misc
-
由 Ian Goodfellow 提交于
-
由 Ian Goodfellow 提交于
(Razvan's branch will introduce a test that catches this bug)
-
由 Frederic 提交于
-
由 Frederic 提交于
-
由 Frederic 提交于
-
由 Jeremiah Lowin 提交于
-
- 31 10月, 2012 11 次提交
-
-
由 lamblin 提交于
Add erfinv and erfcinv in the doc.
-
由 nouiz 提交于
Add test for the "flatten" vector case
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
This case is similar to what is used in DeepLearningBenchmarks
-
由 Frederic 提交于
-
由 Frederic 提交于
-
由 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 4 次提交
-
-
由 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.
-