- 04 2月, 2012 1 次提交
-
-
由 Frederic 提交于
-
- 03 2月, 2012 16 次提交
-
-
由 Frederic 提交于
-
由 Frederic 提交于
-
由 Frederic 提交于
-
由 nouiz 提交于
fixed debugging and warning messages (grammar and semantics) for cudandarray
-
由 David Warde-Farley 提交于
Minor stuff
-
由 Ian Goodfellow 提交于
ndarray
-
由 Olivier Delalleau 提交于
-
由 Olivier Delalleau 提交于
-
由 Olivier Delalleau 提交于
-
由 Olivier Delalleau 提交于
Similar lists were added recently in elemwise.py: it is better to re-use existing ones.
-
由 Olivier Delalleau 提交于
-
由 nouiz 提交于
Fixed infinite canonizer loop with NaN constants
-
由 Olivier Delalleau 提交于
-
由 nouiz 提交于
Update internal doc for release
-
由 nouiz 提交于
Minor stuff
-
由 Pascal Lamblin 提交于
-
- 02 2月, 2012 23 次提交
-
-
由 Olivier Delalleau 提交于
-
由 Olivier Delalleau 提交于
-
由 Pascal Lamblin 提交于
-
由 Olivier Delalleau 提交于
-
由 Olivier Delalleau 提交于
Comparing strings with 'is' is dangerous, as there is no guarantee that Python will store similar strings into the same memory space.
-
由 Olivier Delalleau 提交于
-
由 nouiz 提交于
In filter, raise TypeError or ValueError.
-
由 Pascal Lamblin 提交于
type.is_valid_value relies on filter() raising either TypeError or ValueError for invalid values, not AssertionError.
-
由 lamblin 提交于
Sparse indexing
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
-
由 nouiz 提交于
Optimization to move tensordot to GPU
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
For instance, m[:,a:b], or m[a:,:b]
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
Some types (like Generic) allow for a value of None. We should not consider it an error.
-
由 nouiz 提交于
updated Assert docstring as Fred suggested
-
由 Valentin Bisson 提交于
-