- 23 11月, 2020 20 次提交
-
-
由 Brandon T. Willard 提交于
-
由 Brandon T. Willard 提交于
-
由 Brandon T. Willard 提交于
-
由 Brandon T. Willard 提交于
-
由 Brandon T. Willard 提交于
-
由 Brandon T. Willard 提交于
These tests made unnecessary assumptions about results derived from unrelated optimizations, so any changes to the those optimizations would cause the tests to fail--even when the actual functionality being tested would succeed.
-
由 Brandon T. Willard 提交于
This commit removes uses of `pre_greedy_local_optimizer` and `pre_constant_merge` that needlessly introduce complexity into the optimization process through in-place graph changes that occur completely outside of the optimization/`FunctionGraph` framework. Closes #190.
-
由 Brandon T. Willard 提交于
These tests actually confirm that `pre_greedy_local_optimizer` traverses a graph and applies optimizations, and that it avoids terms in a given `FunctionGraph`.
-
由 Brandon T. Willard 提交于
-
由 Brandon T. Willard 提交于
-
由 Brandon T. Willard 提交于
-
由 Brandon T. Willard 提交于
-
由 Brandon T. Willard 提交于
-
由 Brandon T. Willard 提交于
-
由 Brandon T. Willard 提交于
-
由 Brandon T. Willard 提交于
Refactor tests.tensor.nnet optimization tests
-
由 Brandon T. Willard 提交于
-
由 Brandon T. Willard 提交于
-
由 Brandon T. Willard 提交于
-
由 Brandon T. Willard 提交于
-
- 21 11月, 2020 1 次提交
-
-
由 George Ho 提交于
-
- 20 11月, 2020 6 次提交
-
-
由 Brandon T. Willard 提交于
Implement a JAX conversion for the Scan Op
-
由 Brandon T. Willard 提交于
-
由 junpenglao 提交于
-
由 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 1 次提交
-
-
由 Brandon T. Willard 提交于
* Simplify file reading * Use versioneer as designed * Avoid adding the `tests` package
-