- 09 3月, 2010 6 次提交
-
-
由 Razvan Pascanu 提交于
Two bugs fixed. First one was in printing, pmsg was spelled as psmg. Second one is more of a temporary fix. neg(x) was optimized to -1*x, where was dtype int which ended up in a dtype error in dot22scalar. I changed the optimization to create a -1 of same dtype as x but fancier solution possible.
-
由 Dumitru Erhan 提交于
-
由 Dumitru Erhan 提交于
-
由 Frederic Bastien 提交于
-
由 James Bergstra 提交于
-
由 Frederic Bastien 提交于
-
- 08 3月, 2010 2 次提交
-
-
由 Frederic Bastien 提交于
-
由 Pascal Lamblin 提交于
-
- 06 3月, 2010 8 次提交
-
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
Dimensions where the broadcastable flag is added are marked denoted by '1', dimensions where it is removed are displayed as '0', the ones left unchanged are marked by '?'. This list is implicitly extended to the right by as many '?' as needed.
-
由 Frederic Bastien 提交于
-
由 Pascal Lamblin 提交于
-
由 Frederic Bastien 提交于
-
由 Pascal Lamblin 提交于
-
由 Frederic Bastien 提交于
-
- 05 3月, 2010 10 次提交
-
-
由 Pascal Lamblin 提交于
-
由 Frederic Bastien 提交于
Make the op Rebroadcaste work for the gpu. Miss the opt that wil move the HostFromGpu after this op.
-
由 gdesjardins 提交于
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
-
- 04 3月, 2010 14 次提交
-
-
由 Pierre-Antoine Manzagol 提交于
-
由 Pierre-Antoine Manzagol 提交于
Modified realted calls as well.
-
由 Pierre-Antoine Manzagol 提交于
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
-
由 Razvan Pascanu 提交于
-
由 Razvan Pascanu 提交于
-
由 Razvan Pascanu 提交于
-
由 Razvan Pascanu 提交于
Fixed a bug in pfunc ( bug = when you replaced a shared variable with givens, the shared variable did not got replaced, and the update rule was executed ) that resulted in fixing the failing tests of scan. I also did a bit of cleaining in scan tests and code, and fix an unobserved bug in inplace computation of scan plus made sure scan knows (once the optimization is written) to only store the last k steps of an output
-