- 23 7月, 2011 30 次提交
-
-
由 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 提交于
-
由 James Bergstra 提交于
-
由 James Bergstra 提交于
-
由 Frederic Bastien 提交于
-
由 Pascal Lamblin 提交于
-
由 Frederic Bastien 提交于
-
- 22 7月, 2011 10 次提交
-
-
由 Razvan Pascanu 提交于
-
由 Razvan Pascanu 提交于
-
由 Razvan Pascanu 提交于
-
由 Razvan Pascanu 提交于
The test checks the depricated return_steps
-
由 Razvan Pascanu 提交于
This will help during debugging
-
由 Razvan Pascanu 提交于
After talking to Pascal, I decided to leave until in scan_module and not to export it to theano.until. So I had to fix the tests as well for this.
-
由 Razvan Pascanu 提交于
I needed to do this when debugging, because I wanted to know both of their values, but there was nothing wrong with the test, and with or without this change it is the same. I just wanted to stay in a more clear form ( so people don't get confused by which f1 we talking about)
-
由 Razvan Pascanu 提交于
-
由 Razvan Pascanu 提交于
return_steps has been depricated, and store_steps as well (it actually not used anymore)
-
由 Razvan Pascanu 提交于
-