comp-imaging / ProxImaL

A domain-specific language for image optimization.
MIT License
112 stars 29 forks source link

Need help to resolve the bug in ladmm (omega_fn shape mismatch) #63

Closed antonysigma closed 2 years ago

antonysigma commented 2 years ago

Hi @SteveDiamond , I found a bug in linearized_admm.py causing the algorithm to return exceptions. I documented it in the draft pull request: https://github.com/comp-imaging/ProxImaL/pull/62

Could you please suggest a permanent fix? In the meantime, I will find a quick fix to workaround the shape mismatch.

Regards, Antony

antonysigma commented 2 years ago

Update: I think I found a quick fix to the ladmm code. Could you please review the new changes at #62 ?

Antony