- 13 5月, 2011 17 次提交
-
-
由 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 提交于
-
由 Olivier Delalleau 提交于
-
由 Olivier Delalleau 提交于
Avoid duplicating existing lists of numeric types when checking for types of arguments in a Mod operation
-
由 Olivier Delalleau 提交于
-
由 Olivier Delalleau 提交于
-
由 Olivier Delalleau 提交于
-
由 Olivier Delalleau 提交于
-
由 Olivier Delalleau 提交于
-
由 Olivier Delalleau 提交于
Fixed potential bug with default dtypes, and added ability to control nstreams in other sampling methods than just uniform
-
- 12 5月, 2011 20 次提交
-
-
由 Olivier Delalleau 提交于
-
由 Olivier Delalleau 提交于
-
由 Olivier Delalleau 提交于
-
由 Olivier Delalleau 提交于
-
由 Olivier Delalleau 提交于
-
由 Olivier Delalleau 提交于
-
由 Olivier Delalleau 提交于
Removed shared / shared_constructor / pfunc from compile.sandbox, please use theano.shared / theano.function instead
-
由 Olivier Delalleau 提交于
-
由 Olivier Delalleau 提交于
-
由 Olivier Delalleau 提交于
-
由 Olivier Delalleau 提交于
-
由 Olivier Delalleau 提交于
-
由 Olivier Delalleau 提交于
Added option config.on_opt_error to decide between a warning vs an exception when a crash occurs in an optimization
-
由 Olivier Delalleau 提交于
-
由 Olivier Delalleau 提交于
-
由 Olivier Delalleau 提交于
-
由 Olivier Delalleau 提交于
-
由 Olivier Delalleau 提交于
infer_shape does not survive through all exceptions anymore, and now uses ShapeError instead of NotImplementedError to catch situations where a shape cannot be computed
-
由 Olivier Delalleau 提交于
Using a custom exception for integer divisions (safer), and fixed crash due to this newly raised exception
-
由 Frederic Bastien 提交于
-
- 11 5月, 2011 3 次提交
-
-
由 Olivier Delalleau 提交于
-
由 Olivier Delalleau 提交于
-
由 Olivier Delalleau 提交于
Additional changes: - Implemented floor div (//) for the Scalar type - Trying to use a true div (/) on integer arguments will raise an exception - True div on unsigned integers is now coherent with the behavior on signed integers - True div on integers now results in floatX instead of systematically being float64 - Added a few sanity checks in TrueDiv.grad - An exception is raised if one tries to use a constant of type 'long', because it is not clear what is going to happen - Fixed mean() of unsigned integer arrays
-