- 01 2月, 2012 15 次提交
-
-
由 Li Yao 提交于
-
由 Li Yao 提交于
-
由 Li Yao 提交于
Ops:GetItem2D&GetItemScalar to return a subtensor/scalar from a sparse matrix tested. grad() not implemented because too complicated for now
-
由 nouiz 提交于
Allow data for sparse matrices to be broadcastable
-
由 Pascal Lamblin 提交于
A problem occurred when the data (and indices) were constant vectors of length one, since they had a broadcastable pattern of (True,), not (False,) as was expected. That happened in the buildbot in debug mode with seed 24856.
-
由 nouiz 提交于
Tests for tile (and some fixes besides)
-
由 David Warde-Farley 提交于
-
由 David Warde-Farley 提交于
-
由 David Warde-Farley 提交于
-
由 David Warde-Farley 提交于
-
由 David Warde-Farley 提交于
-
由 David Warde-Farley 提交于
TileGrad implements only one very narrow special case, and it implements it wrongly. Raise NotImplementedError instead of using this botched implementation.
-
由 David Warde-Farley 提交于
Raise a proper error when reps is not a constant (since a tensor value is not supported by this implementation, as it is) and also force x.ndim == len(reps), since bad things happen if it's not the case.
-
由 nouiz 提交于
Hide warnings for a past bug in the buildbot
-
由 Pascal Lamblin 提交于
-
- 31 1月, 2012 8 次提交
-
-
由 lamblin 提交于
Fix subtensor crash
-
由 Frederic 提交于
Fix runtime crash with the local_subtensor_of_alloc optimization when the input have a broadcastable dimensions.
-
由 Frederic 提交于
-
由 Frederic 提交于
-
由 nouiz 提交于
Edit NEWS.txt
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
-
由 lamblin 提交于
Doc op
-
- 28 1月, 2012 7 次提交
- 27 1月, 2012 10 次提交
-
-
由 Olivier Delalleau 提交于
PEP8 and docstring fixes.
-
由 David Warde-Farley 提交于
-
由 David Warde-Farley 提交于
-
由 nouiz 提交于
Fix test in TrueDivTester
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
Since dtype mismatch is one reason the error is raised, it makes interpreting it easier.
-
由 nouiz 提交于
Fix Ger C code when output is a row or column.
-
由 Pascal Lamblin 提交于
Some BLAS versions did not accept (1,1) strides in that case.
-
由 nouiz 提交于
Update tests, gpu_gemv is used now, not gemm/dot22
-
由 Pascal Lamblin 提交于
-