- 13 11月, 2020 3 次提交
-
-
由 Brandon T. Willard 提交于
Add handling for non-NumPy types in Shape/Shape_i
-
由 Brandon T. Willard 提交于
This change allows `Shape`/`Shape_i` to handle non-standard `Op` values, like the `None` and `list` values produced by `NoneType` and `MakeList` `Op`s.
-
由 Brandon T. Willard 提交于
-
- 10 11月, 2020 3 次提交
-
-
由 Brandon T. Willard 提交于
The one drawback to this change is that `theano.scan`, i.e. the `scan` function exposed by `theano/__init__.py`, shadows the `theano.scan` sub-package. In other words, modules in the `theano.scan` sub-package cannot be accessed via the top-level `theano` module object (e.g. `import theano; theano.scan.op.Scan` won't work). This is a minor inconvenience, and, since internal library code is generally expected to import objects directly from the modules in which they're defined, the appearance of this problem will serve as a welcome warning.
-
由 Brandon T. Willard 提交于
-
由 George Ho 提交于
This replaces `theano.tensor.basic.dot` with the old `theano.dot`, removes the latter, and renames `theano.tensor.basic.dot` to `theano.tensor.basic.dense_dot`.
-
- 04 11月, 2020 1 次提交
-
-
由 Brandon T. Willard 提交于
-
- 02 11月, 2020 22 次提交
-
-
由 Brandon T. Willard 提交于
Remove theano.compat and other Python 2.x compatibility code
-
由 George Ho 提交于
-
由 George Ho 提交于
-
由 George Ho 提交于
-
由 George Ho 提交于
-
由 George Ho 提交于
-
由 George Ho 提交于
-
由 George Ho 提交于
-
由 George Ho 提交于
-
由 George Ho 提交于
-
由 George Ho 提交于
-
由 George Ho 提交于
-
由 George Ho 提交于
-
由 George Ho 提交于
-
由 George Ho 提交于
-
由 George Ho 提交于
-
由 George Ho 提交于
-
由 George Ho 提交于
-
由 George Ho 提交于
-
由 George Ho 提交于
-
由 George Ho 提交于
-
由 George Ho 提交于
-
- 31 10月, 2020 1 次提交
-
-
由 George Ho 提交于
-
- 30 10月, 2020 1 次提交
-
-
由 Brandon T. Willard 提交于
-
- 24 10月, 2020 3 次提交
-
-
由 Oriol Abril-Pla 提交于
Co-authored-by:Brandon T. Willard <971601+brandonwillard@users.noreply.github.com>
-
由 Brandon T. Willard 提交于
Refactor tests.tensor.test_basic
-
由 Brandon T. Willard 提交于
-
- 23 10月, 2020 3 次提交
-
-
由 Brandon T. Willard 提交于
-
由 Brandon T. Willard 提交于
-
由 Brandon T. Willard 提交于
- Remove unused tests and unnecessary helper functions - Rename camel-case tests - Use pytest.raises
-
- 22 10月, 2020 3 次提交
-
-
由 Brandon T. Willard 提交于
- Use `isort` to sort imports - Remove import cycle in `theano.gpuarray` - Remove some Python 2.x code using `pyupgrade`.
-
由 Brandon T. Willard 提交于
If we use Python varargs, we're limited in the number of arrays/shapes that can be processed/given. Now, there's a `broadcast_shape_iter` that takes a collection of arrays/shapes and doesn't face this restriction.
-
由 Brandon T. Willard 提交于
-