-
Notifications
You must be signed in to change notification settings - Fork 85
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Ensure TensorFlow backend Poisson compatibility with other backe…
…nds (#1001) * Use differentiable TensorFlow operations to determine if Poisson(n=0 | lam=0) is being encountered and ensure a return value compatible with PyTorch and JAX * Use TensorFlow releases compatible with v2.X with a lower bound of v2.2.1 - Disallow TensorFlow v2.3.0 for accidental pinning of SciPy * Use TensorFlow Probability releases compatible with v0.X with a lower bound of v0.10.1 * Use tf.errors.InvalidArgumentError for compatibility across TensorFlow releases
- Loading branch information
1 parent
b7a2c65
commit 5247c16
Showing
3 changed files
with
23 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters