- 18 10月, 2020 3 次提交
-
-
由 Brandon T. Willard 提交于
-
由 Brandon T. Willard 提交于
-
由 Brandon T. Willard 提交于
This test simply loaded an old example of pickled data. It was both extremely indirect and brittle. Changes to the code base will eventually invalidate nearly all of the old classes used, and whatever the exact issue was, it should've been tested directly.
-
- 17 10月, 2020 5 次提交
-
-
由 Brandon T. Willard 提交于
-
由 Brandon T. Willard 提交于
-
由 Brandon T. Willard 提交于
-
由 Brandon T. Willard 提交于
-
由 Brandon T. Willard 提交于
-
- 15 10月, 2020 3 次提交
-
-
由 Brandon T. Willard 提交于
The temporary values created during subtensor broadcast-value computations would cause the test value computation steps to complain/err. This change prevents that.
-
由 Brandon T. Willard 提交于
This change also fixes the `set_subtensor` boolean gradient bug in #105.
-
由 Brandon T. Willard 提交于
This change prevents downstream code (e.g. test value computation) from throwing exceptions (e.g. `ValueError`s) that break the logic in `theano.tensor.basic.as_tensor_variable`.
-
- 14 10月, 2020 1 次提交
-
-
由 Brandon T. Willard 提交于
-
- 12 10月, 2020 5 次提交
-
-
由 Brandon T. Willard 提交于
- Fix `*Subtensor*` `Op` shape inference - Make `theano.tensor.basic.as_tensor_variable` consistent in how it handles constant conversions - Remove `TensorConstant` caching
-
由 Brandon T. Willard 提交于
-
由 Brandon T. Willard 提交于
Now, when `as_tensor_variable` is given `Constant` types, it will return the same result as a call with the underlying non-`Variable` data. Closes #98
-
由 Brandon T. Willard 提交于
Closes #99
-
由 Brandon T. Willard 提交于
-
- 11 10月, 2020 19 次提交
-
-
由 Brandon T. Willard 提交于
-
由 Brandon T. Willard 提交于
-
由 Brandon T. Willard 提交于
-
由 Brandon T. Willard 提交于
-
由 Brandon T. Willard 提交于
-
由 Brandon T. Willard 提交于
-
由 Brandon T. Willard 提交于
-
由 Brandon T. Willard 提交于
-
由 Brandon T. Willard 提交于
-
由 Brandon T. Willard 提交于
-
由 Brandon T. Willard 提交于
-
由 Brandon T. Willard 提交于
-
由 Brandon T. Willard 提交于
-
由 Brandon T. Willard 提交于
-
由 Brandon T. Willard 提交于
The merge-based functions were moved to `toolbox` to reduce unnecessary cross-module dependencies (especially among core modules). `equal_computations` was moved from `scan_module` because it provides a basic graph object `__eq__` implementation and it has multiple references outside of its own module/sub-package.
-
由 Brandon T. Willard 提交于
-
由 Brandon T. Willard 提交于
-
由 Brandon T. Willard 提交于
-
由 Brandon T. Willard 提交于
-
- 09 10月, 2020 2 次提交
-
-
由 Brandon T. Willard 提交于
Combining checks into one and dealing with skipped runs
-
由 Dan F-M 提交于
-
- 08 10月, 2020 2 次提交