- 01 10月, 2013 4 次提交
-
-
由 Frédéric Bastien 提交于
Do not return None in scalar op's grad, add tests
-
由 Pascal Lamblin 提交于
Fix cycle
-
由 Pascal Lamblin 提交于
-
由 Frederic 提交于
-
- 28 9月, 2013 4 次提交
-
-
由 Pascal Lamblin 提交于
Add case where 'axis' is a numpy scalar array
-
由 Jeremiah Lowin 提交于
-
由 Jeremiah Lowin 提交于
-
由 Jeremiah Lowin 提交于
If the 'axis' variable is a numpy scalar array (like numpy.array(1)), these conditional branches will fail as it tries to build a set over the non-iterable array. I've added another branch to handle this case.
-
- 27 9月, 2013 4 次提交
-
-
由 Pascal Lamblin 提交于
Also change checks to verify the output dtype of the Op itself, not of the inputs or gradient, because it can depend on different things. The idea is that if the Op's output is continuous, then the gradient should be propagated to the inputs, regardless of whether they are continuous or discrete. However, if the output is discrete, then the gradient wrt the inputs will be a continuous zero.
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
instead of AssertionError, so it gets correctly detected by new test.
-
由 Pascal Lamblin 提交于
-
- 26 9月, 2013 1 次提交
-
-
由 Pascal Lamblin 提交于
Mixed small stuff
-
- 25 9月, 2013 14 次提交
-
-
由 Frederic 提交于
-
由 Frederic 提交于
If it happen frequently on the same test, we could modify this test to be more verbose or faster.
-
由 Frederic 提交于
-
由 Frederic 提交于
-
由 Frederic 提交于
-
由 Frederic 提交于
-
由 Frederic 提交于
-
由 Frederic 提交于
-
由 Frederic 提交于
-
由 Frédéric Bastien 提交于
modify do_nightly_build_send to allow to specify where to get the files ...
-
由 Frederic 提交于
-
由 Frédéric Bastien 提交于
Update check for non-available gradient.
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
-
- 20 9月, 2013 6 次提交
- 17 9月, 2013 7 次提交