-
Notifications
You must be signed in to change notification settings - Fork 9
Using PGMax to solve the PMP 2D blind deconvolution exp #127
Using PGMax to solve the PMP 2D blind deconvolution exp #127
Conversation
Codecov Report
@@ Coverage Diff @@
## master #127 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 10 10
Lines 854 854
=========================================
Hits 854 854
Continue to review full report at Codecov.
|
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.
Made some comments (mostly on making the notebook more easily understandable).
After you are done, could you also create a colab notebook out of it, and add it to the README page, similar to what we already have?
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.
LGTM! Minor comments. Also don't forget to create the colab and add the link to README
We use PGMax to solve the binary deconvolution experiment presented in the Section 5.6 of the perturb-and-max-product (https://proceedings.neurips.cc/paper/2021/hash/07b1c04a30f798b5506c1ec5acfb9031-Abstract.html) Neurips 2021 paper.
The example
pmp_convor.py
computes several samples from the posterior of the model via PMPThis addresses #112