- 17 5月, 2011 12 次提交
-
-
由 Olivier Delalleau 提交于
-
由 Olivier Delalleau 提交于
-
由 Olivier Delalleau 提交于
-
由 Ian Goodfellow 提交于
-
由 Ian Goodfellow 提交于
added some type checking / an error message to scan so it will fail a little more gracefully if passed bad arguments
-
由 Ian Goodfellow 提交于
-
由 Ian Goodfellow 提交于
added name of output variable error message to facilitate debugging (can someone who knows who the exception works push it into the text of the exception?)
-
由 Olivier Delalleau 提交于
-
由 Olivier Delalleau 提交于
-
由 Olivier Delalleau 提交于
Removed attempt at mimicing numpy behavior on mixed scalar-array operations, since this seems doomed
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
- 16 5月, 2011 7 次提交
-
-
由 Olivier Delalleau 提交于
-
由 Olivier Delalleau 提交于
-
由 Olivier Delalleau 提交于
-
由 Olivier Delalleau 提交于
This one is not working either (committing it mostly to keep track of it in the history).
-
由 Razvan Pascanu 提交于
-
由 Razvan Pascanu 提交于
characters.
-
由 Razvan Pascanu 提交于
division by 0)
-
- 15 5月, 2011 5 次提交
-
-
由 Frederic Bastien 提交于
-
由 Razvan Pascanu 提交于
-
由 Razvan Pascanu 提交于
-
由 Razvan Pascanu 提交于
and I'm calling directly the linker call_time is more close to what this code expects.
-
由 Razvan Pascanu 提交于
-
- 14 5月, 2011 5 次提交
-
-
由 Olivier Delalleau 提交于
Added the config md5 to the key of the generated C code, to make sure two config setups do not re-use the same C code by mistake
-
由 Olivier Delalleau 提交于
-
由 Olivier Delalleau 提交于
-
由 Olivier Delalleau 提交于
-
由 Frederic Bastien 提交于
-
- 13 5月, 2011 11 次提交
-
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
由 Olivier Delalleau 提交于
-
由 Olivier Delalleau 提交于
The exception raised when trying to use Mod on complex numbers is now raised in more such situations
-
由 Olivier Delalleau 提交于
Behavior of integer division can now be controlled with config.int_division, and the default value does not break code anymore
-
由 Olivier Delalleau 提交于
-
由 Olivier Delalleau 提交于
Added a simple test to test that Theano crashes when trying to do x % y with either x or y a complex number
-
由 Olivier Delalleau 提交于
-
由 Olivier Delalleau 提交于
-
由 Olivier Delalleau 提交于
Removed testing of Mod op on complex numbers (deprecated -- and maybe not working properly -- in numpy currently), to avoid a warning in tests
-
由 Olivier Delalleau 提交于
-