- 08 5月, 2015 1 次提交
-
-
由 --global 提交于
-
- 07 5月, 2015 10 次提交
-
-
由 Frédéric Bastien 提交于
Fix spelling in documentation
-
由 Jakob Lombacher 提交于
-
由 Pascal Lamblin 提交于
[TEST] fix buildbot Gpu test
-
由 Frederic 提交于
-
由 Frederic 提交于
-
由 Frédéric Bastien 提交于
(#2613, #2747) Add handling of negative axis for Join and GpuJoin
-
由 Frédéric Bastien 提交于
Maxpool c code
-
由 Pascal Lamblin 提交于
Better doc of function_dump
-
由 Li Yao 提交于
-
由 Frederic Bastien 提交于
-
- 06 5月, 2015 19 次提交
-
-
由 abergeron 提交于
Fix print -> print()
-
由 David Warde-Farley 提交于
-
由 abergeron 提交于
Fix crash gpuadv inc1 broad y
-
由 David Warde-Farley 提交于
-
由 David Warde-Farley 提交于
-
由 David Warde-Farley 提交于
-
由 David Warde-Farley 提交于
-
由 David Warde-Farley 提交于
-
由 David Warde-Farley 提交于
-
由 David Warde-Farley 提交于
-
由 David Warde-Farley 提交于
-
由 David Warde-Farley 提交于
-
由 David Warde-Farley 提交于
Even on commented code. Just in case. Also add __future__ imports.
-
由 Pascal Lamblin 提交于
Assert no CPU op for #2471
-
由 Frédéric Bastien 提交于
Change the elemwise input fusion limit to 32.
-
由 David Warde-Farley 提交于
Fix nit spotted by @dwf
-
由 Arnaud Bergeron 提交于
-
由 Frederic 提交于
-
由 Frederic 提交于
-
- 05 5月, 2015 9 次提交
-
-
由 Arnaud Bergeron 提交于
-
由 Caglar 提交于
-
由 abergeron 提交于
Fix warning reported on the mailing list
-
由 Xavier Bouthillier 提交于
Negative axis were automatically handled by numpy implementation inside Join.{perform,c_code}. However, both Join.grad and GpuJoin.{perform,c_code,grad} implementations were not thought to take care of negative axis. This commit adds checks for exceeding negative axis in Join.make_node for constants and in {Gpu}Join.{perform, c_code} for symbolic variables. Axis are converted to positive values inside GpuJoin.{perform, c_code} since current implementation does not support negative axis. -
由 Caglar 提交于
-
由 Caglar 提交于
-
由 abergeron 提交于
Respect PEP3113 (no more tuple unpacking arguments)
-
由 abergeron 提交于
Replace except Class, e -> except Class as e
-
由 Li Yao 提交于
-
- 04 5月, 2015 1 次提交
-
-
由 David Warde-Farley 提交于
-