-
Notifications
You must be signed in to change notification settings - Fork 152
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
Fixed a bug from CNRE #815
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great, thanks for fixing this! I added two comments.
Did you experience any performance differences due to this bug?
Yes, it will change the behavior of the algorithm. There was an extra (incorrect) K in the denominator. |
Thanks for the clarifications. Tests are failing due to |
Is it possible to rerun the test from github? I did black formatting but the test was canceled. |
Yes. Not sure this works for you as well, but for me there is a "re-run jobs" button in the top right corner. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks all good now. thanks!
I noticed a bug in the code that implements contrastive neural ratio estimation. I fixed that here.