openopt / chop

CHOP: An optimization library based on PyTorch, with applications to adversarial examples and structured neural network training.
http://openo.pt/chop
Other
76 stars 14 forks source link

Geoff/alternating prox fw #52

Closed GeoffNN closed 3 years ago

GeoffNN commented 3 years ago

Added method for Robust PCA

GeoffNN commented 3 years ago

Done! Main issue was in logging: the Trace is only used to 1 variable functions. Defining the correct callback fixed this.

GeoffNN commented 3 years ago

Failed tests are due to a newly implemented test ; it's not expected to pass following this PR.