- 20 11月, 2020 3 次提交
-
-
由 junpenglao 提交于
-
由 Brandon T. Willard 提交于
-
由 Junpeng Lao 提交于
-
- 19 11月, 2020 1 次提交
-
-
由 Brandon T. Willard 提交于
Choose operator now accepts tuples and lists of scalars
-
- 18 11月, 2020 1 次提交
-
-
由 Michael Osthege 提交于
* ignore Sandbox notebooks & vs code cache * add notebook for class hierarchy visualization
-
- 17 11月, 2020 10 次提交
-
-
由 Brandon T. Willard 提交于
Update `FunctionGraph` interface and add tests
-
由 Brandon T. Willard 提交于
-
由 Brandon T. Willard 提交于
-
由 Brandon T. Willard 提交于
This commit does the following: - changes `r` to `var`, - adds missing docstrings, - and removes unnecessary dunder method names.
-
由 Brandon T. Willard 提交于
Use isinstance to check types in Type filter methods
-
由 Brandon T. Willard 提交于
This commit replaces a few instances of `type(x) is y` with `isinstance(x, y)`.
-
由 Brandon T. Willard 提交于
This commit also introduces new `test_type` modules with direct tests for the filter methods.
-
由 Brandon T. Willard 提交于
Update conda CI steps
-
由 Brandon T. Willard 提交于
-
由 Brandon T. Willard 提交于
-
- 16 11月, 2020 5 次提交
-
-
由 Brandon T. Willard 提交于
* Simplify file reading * Use versioneer as designed * Avoid adding the `tests` package
-
由 Brandon T. Willard 提交于
-
由 Brandon T. Willard 提交于
-
由 LegrandNico 提交于
- Only use `make_list` if choices is list or tuple and have inconsisten shapes otherwise use `as_tensor_variable`.- Add test function using tuples and lists of scalars and 3d tensors.- Remove support for TypedListVariable
-
由 LegrandNico 提交于
use `builtins.all`, `builtins.any` and `builtins.complex` instead for clarity.
-
- 15 11月, 2020 6 次提交
-
-
由 Brandon T. Willard 提交于
Avoid Elemwise fusion for scalar Ops without C implementations
-
由 Brandon T. Willard 提交于
-
由 Brandon T. Willard 提交于
-
由 Brandon T. Willard 提交于
-
由 Ravin Kumar 提交于
-
由 Ravin Kumar 提交于
-
- 13 11月, 2020 4 次提交
-
-
由 Brandon T. Willard 提交于
Misc. Dot test and interface fixes
-
由 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 提交于
-
- 11 11月, 2020 2 次提交
-
-
由 Brandon T. Willard 提交于
-
由 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 4 次提交
-
-
由 Brandon T. Willard 提交于
Remove theano.compat and other Python 2.x compatibility code
-
由 George Ho 提交于
-
由 George Ho 提交于
-
由 George Ho 提交于
-