- 13 12月, 2020 11 次提交
-
-
由 Brandon T. Willard 提交于
-
由 Brandon T. Willard 提交于
This optimization does *not* preserve equality between the numeric results of the untransformed and transformed graphs when the RNGs and seeds are equal. The reason is that the underlying sampler methods themselves are not implemented in Theano, so we cannot apply the requisite DimShuffle-like operations to the intermediate samples used to generate multiple replications and/or independent variates. For example, sampling a normal of size (3, 2) requires a draw of size (3, 2) from a standard normal and we can't transpose that (3, 2) array. If we could, then we would be able to maintain numerical equality between graphs.
-
由 Brandon T. Willard 提交于
-
由 Brandon T. Willard 提交于
-
由 Brandon T. Willard 提交于
-
由 Brandon T. Willard 提交于
-
由 Brandon T. Willard 提交于
-
由 Brandon T. Willard 提交于
These tests now assume that the C VM versions of scan Ops should be faster than their standard Python counterparts.
-
由 Brandon T. Willard 提交于
-
由 Brandon T. Willard 提交于
This allows one to obtain the length of a fixed-length vector that has--for example--been cast to a different datatype, squared, etc.
-
由 Thomas Wiecki 提交于
Fix 215
-
- 12 12月, 2020 1 次提交
-
-
由 Dan F-M 提交于
BatchedDot only supports tensor3 fixing broadcasting behavior in BatchedDot adding test for TypeError on dimension mismatch removing extra tests
-
- 10 12月, 2020 1 次提交
-
-
由 Brandon T. Willard 提交于
Get rid of singleton design and most module-level variables
-
- 09 12月, 2020 13 次提交
-
-
由 Brandon T. Willard 提交于
-
由 Michael Osthege 提交于
-
由 Michael Osthege 提交于
-
由 Michael Osthege 提交于
-
由 Michael Osthege 提交于
-
由 Michael Osthege 提交于
-
由 Michael Osthege 提交于
-
由 Michael Osthege 提交于
-
由 Brandon T. Willard 提交于
-
由 Michael Osthege 提交于
-
由 Michael Osthege 提交于
-
由 Michael Osthege 提交于
-
由 Michael Osthege 提交于
-
- 07 12月, 2020 1 次提交
-
-
由 Marco Gorelli 提交于
-
- 06 12月, 2020 3 次提交
-
-
由 Brandon T. Willard 提交于
-
由 Brandon T. Willard 提交于
-
由 rpgoldman 提交于
Provide pointer to working docs.
-
- 04 12月, 2020 10 次提交
-
-
由 Brandon T. Willard 提交于
Update print warnings to use warnings.warn
-
由 Brandon T. Willard 提交于
Refactor config code
-
由 Brandon T. Willard 提交于
-
由 Brandon T. Willard 提交于
-
由 Brandon T. Willard 提交于
-
由 Brandon T. Willard 提交于
-
由 Brandon T. Willard 提交于
-
由 Brandon T. Willard 提交于
This commit also removes redundant "WARNING" and "DEPRECATION" strings and, for the latter, sets the category (or raises) a `DeprecationWarning`.
-
由 Michael Osthege 提交于
This makes them easier to refactor and easier to invoke from elsewhere.
-
由 Michael Osthege 提交于
-