-
Notifications
You must be signed in to change notification settings - Fork 85
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: Retain continuous approximation of Poisson in torch v1.8.0 #1351
Conversation
Using v1.8 features
This reverts commit 3c61d19.
@lukasheinrich @kratsg I'm still thinking on this with regards to how we can make this better / cleaner. Though I welcome your thoughts and input now. |
Codecov Report
@@ Coverage Diff @@
## master #1351 +/- ##
=======================================
Coverage 97.50% 97.50%
=======================================
Files 63 63
Lines 3762 3768 +6
Branches 538 538
=======================================
+ Hits 3668 3674 +6
Misses 55 55
Partials 39 39
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
Description
Resolves #1348
To retain the continuous approximation of the Poisson, set
validate_args=False
in instantiations of thetorch.distributions.Poisson
class.Checklist Before Requesting Reviewer
Before Merging
For the PR Assignees: