- 19 10月, 2020 3 次提交
-
-
由 Brandon T. Willard 提交于
-
由 Brandon T. Willard 提交于
-
由 Brandon T. Willard 提交于
-
- 18 10月, 2020 13 次提交
-
-
由 Brandon T. Willard 提交于
-
由 Brandon T. Willard 提交于
-
由 Brandon T. Willard 提交于
The test value computation steps were also extracted from `PureOp.__call__` and put into a stand-alone `compute_test_value` function.
-
由 Brandon T. Willard 提交于
-
由 Brandon T. Willard 提交于
-
由 Brandon T. Willard 提交于
-
由 Brandon T. Willard 提交于
Refactor test value framework so that test value validation is performed up-front.
-
由 Brandon T. Willard 提交于
-
由 Brandon T. Willard 提交于
-
由 Brandon T. Willard 提交于
-
由 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 10 次提交
-
-
由 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 提交于
-