- 14 5月, 2011 1 次提交
-
-
由 Olivier Delalleau 提交于
-
- 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 2 次提交
-
-
由 Olivier Delalleau 提交于
-
由 Olivier Delalleau 提交于
-