- 02 10月, 2013 3 次提交
-
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
This fixes a bug when the shape is a tuple containing both symbolic and numeric scalars.
-
- 01 10月, 2013 8 次提交
-
-
由 Pascal Lamblin 提交于
Better error handling and buildbot
-
由 Frédéric Bastien 提交于
Do not return None in scalar op's grad, add tests
-
由 Frederic 提交于
-
由 Pascal Lamblin 提交于
Fix cycle
-
由 Pascal Lamblin 提交于
-
由 Frederic 提交于
-
由 Frederic 提交于
-
由 Frederic 提交于
-
- 28 9月, 2013 6 次提交
-
-
由 Pascal Lamblin 提交于
Add case where 'axis' is a numpy scalar array
-
由 Frederic 提交于
The python error is already set by device_malloc and it contain more information.
-
由 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.
-
由 Frederic 提交于
-
- 27 9月, 2013 10 次提交
-
-
由 Frederic 提交于
-
由 Frederic 提交于
-
由 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.
-
由 Frederic 提交于
-
由 Frederic 提交于
-
由 Frederic 提交于
-
由 Frederic 提交于
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
instead of AssertionError, so it gets correctly detected by new test.
-
由 Pascal Lamblin 提交于
-
- 26 9月, 2013 2 次提交
-
-
由 Frederic 提交于
-
由 Pascal Lamblin 提交于
Mixed small stuff
-
- 25 9月, 2013 11 次提交
-
-
由 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 提交于
-