- 03 5月, 2010 1 次提交
-
-
由 fsavard 提交于
-
- 01 5月, 2010 1 次提交
-
-
由 Frederic Bastien 提交于
-
- 30 4月, 2010 2 次提交
-
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
- 29 4月, 2010 4 次提交
-
-
由 Frederic Bastien 提交于
The bug make the CudaNdarray.__getitem__ return something with the wrong number of dimensions. The bug happen with the param of __getitem__ is a tuple with element that are a numpy.int under Ubuntu(system where PyInt_Check(numpy.int) return false.
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
Their is many different rounding algo. So we don't create a round fct, but one for a 2 differents version(c round fct() and numpy.round)
-
- 28 4月, 2010 11 次提交
-
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
We do this as in some case the test was failing during theano fct call.(i.e. under ubuntu) As we use theano.tensor.scalar and not theano.scalar.scalar normally this is not a problem.
-
由 James Bergstra 提交于
added comment to scalar c_extract function, explaining one way to go about fixing the broken scalar module
-
由 Olivier Delalleau 提交于
-
- 27 4月, 2010 10 次提交
-
-
由 James Bergstra 提交于
-
由 Frederic Bastien 提交于
-
由 fsavard 提交于
-
由 fsavard 提交于
-
由 James Bergstra 提交于
straight through to the compiler call. It affects the Op signature if it is not empty.
-
由 James Bergstra 提交于
-
由 fsavard 提交于
-
由 fsavard 提交于
-
由 Frederic Bastien 提交于
-
由 James Bergstra 提交于
-
- 24 4月, 2010 1 次提交
-
-
由 Pascal Lamblin 提交于
- When extracting num and denum constants, wrap them in T.Constants, so they keep their dtype, and cannot be downcasted - Upcast all elements in num and denum to get the type of the neutral element, if it is not specified - Cosmetic changes
-
- 23 4月, 2010 5 次提交
-
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
Fix a bug found with new test. We did not raise correctly error when we where out of bound. Added more tests case that cover those case.
-
由 James Bergstra 提交于
sparse - disabled a test that makes no sense since disabling the structured_dot_csc optimization a few days ago
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
- 22 4月, 2010 3 次提交
-
-
由 Frederic Bastien 提交于
-
由 James Bergstra 提交于
The basic idea is to apply autocasting to constants but not to shared scalars. Joint work with Fred.
-
由 Frederic Bastien 提交于
-
- 21 4月, 2010 2 次提交
-
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-