-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Logprob derivation for switch-encoding graphs #6834
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #6834 +/- ##
==========================================
- Coverage 91.89% 87.26% -4.64%
==========================================
Files 95 96 +1
Lines 16185 16518 +333
==========================================
- Hits 14874 14415 -459
- Misses 1311 2103 +792
|
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 start @shreyas3156 :) Some minor comments for now as you continue to make progress. Keep up the good work!
d261140
to
67a634c
Compare
Hey @shreyas3156 what's the status of the PR? Ready for review? There's some conflicts with main |
This was the first draft PR which was supposed to be a draft for the main PR #6949 , which is ready for review. We can close this one. |
What is this PR about?
This draft PR consists of the headway made in inferring the log-probability of switch-encoding expressions for the following cases:
The pending challenges with the second case above include the following:
pt.invert
to go through the IR rewrite and convert to its Measurable counterpart.@ricardoV94 @larryshamalama