- 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 3 次提交
-
-
由 Dan F-M 提交于
-
由 Dan F-M 提交于
-
由 Brandon T. Willard 提交于
-
- 07 10月, 2020 7 次提交
-
-
由 Brandon T. Willard 提交于
* Update README * Remove unused/unnecessary build and project files * Update the issues template * Add a pull request template Co-authored-by:
Brandon T. Willard <brandonwillard@users.noreply.github.com> Co-authored-by:
Thomas Wiecki <thomas.wiecki@gmail.com>
-
由 Brandon T. Willard 提交于
Stop importing test suite from __init__
-
由 Brandon T. Willard 提交于
-
由 Brandon T. Willard 提交于
-
由 Brandon T. Willard 提交于
-
由 Brandon T. Willard 提交于
-
由 Brandon T. Willard 提交于
-