- 25 7月, 2011 3 次提交
-
-
由 Razvan Pascanu 提交于
as Pascal suggested we should make it clear that scan doesn't have a normal perform anymore, and that one needs to use make_thunk.
-
由 Razvan Pascanu 提交于
After talking to Pascal we decided that having this kind of funcion can be quite useful, such that not every optimization does this splitting over and over again ( it is really easy to have bugs by either messing up the order or the count).
-
由 Razvan Pascanu 提交于
I think this commit got reverted ( I'm not sure when and why). Without it graphs produced with pydotprint might be extremely misleading.
-
- 24 7月, 2011 6 次提交
-
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
- 23 7月, 2011 31 次提交
-
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
Small refactoring at the same time.
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
由 Razvan Pascanu 提交于
The formula before was wrong, it does not work when inputs are matrices, because it depends on which axis y is computed. I believe this formulation is much better.
-
由 Razvan Pascanu 提交于
-
由 Razvan Pascanu 提交于
-
由 Razvan Pascanu 提交于
-
由 Razvan Pascanu 提交于
-
由 Razvan Pascanu 提交于
Before only the gradient of inc_subtensor was ok ( and it also was the only one checked)
-
由 Razvan Pascanu 提交于
-
由 Razvan Pascanu 提交于
numpy.all doesn't check dtype and shape
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
-
由 Frederic Bastien 提交于
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
由 James Bergstra 提交于
-
由 Frederic Bastien 提交于
-
由 James Bergstra 提交于
-
由 James Bergstra 提交于
Rationale: its name shadowed the scipy package, and it was not successful in simplifying other modules' code that had to do scipy version checks. (Which is only two places anyway).
-
由 James Bergstra 提交于
-