- 09 2月, 2021 1 次提交
-
-
由 ricardoV94 提交于
-
- 06 2月, 2021 3 次提交
-
-
由 Brandon T. Willard 提交于
-
由 Brandon T. Willard 提交于
-
由 Brandon T. Willard 提交于
-
- 03 2月, 2021 1 次提交
-
-
由 Brandon T. Willard 提交于
-
- 30 1月, 2021 3 次提交
-
-
由 Brandon T. Willard 提交于
-
由 Brandon T. Willard 提交于
-
由 Brandon T. Willard 提交于
-
- 29 1月, 2021 3 次提交
-
-
由 Brandon T. Willard 提交于
-
由 Brandon T. Willard 提交于
-
由 Brandon T. Willard 提交于
-
- 27 1月, 2021 28 次提交
-
-
由 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 提交于
-
由 Brandon T. Willard 提交于
Because tests were moved, the RNG for subsequent tests was altered, which required a change to `utt.assert_allclose` in `tests.tensor.test_basic` for more reasonable `rtol` settings.
-
由 Brandon T. Willard 提交于
-
由 Brandon T. Willard 提交于
-
由 Brandon T. Willard 提交于
-
由 Brandon T. Willard 提交于
These changes include the addition of `__all__` to `theano.tensor.basic`, `theano.tensor.io`, `theano.tensor.subtensor`, and `theano.tensor.type_other`.
-
由 Brandon T. Willard 提交于
-
由 Brandon T. Willard 提交于
This change required a lot of general import refactoring in order to avoid (and remove) circular dependency issues. One major change involved the removal of imports like `from theano import tensor`, because the module `tensor` clashes with the type `tensor` (e.g. `x = tensor()`). This usage was replaced with the conventional `import theano.tensor as tt` or `from theano import tensor as tt` (the latter addresses a Python 3.6 import inconsistency/bug). The same goes for `from theano import scalar`; the name clashes with the `scalar` type name, so it was replaced with `import theano.scalar as ts`.
-
由 Brandon T. Willard 提交于
-
由 Brandon T. Willard 提交于
This removes the kludgy object re-definitions that were used to avoid circular import errors.
-
由 Brandon T. Willard 提交于
-
由 Brandon T. Willard 提交于
-
由 Brandon T. Willard 提交于
-
由 Brandon T. Willard 提交于
-
- 24 1月, 2021 1 次提交
-
-
由 Ravin Kumar 提交于
-