Assertion error when trying to take jacobian of projected gradient solution using projection_polyhedron #13088
Unanswered
Basant1861
asked this question in
Q&A
Replies: 1 comment 3 replies
-
Thanks for the question! It's difficult to understand what's going on without being able to run the code. Do you think you could edit your question to provide a minimal reproducible example? It takes a bit more work on your part, but will make it much more likely that someone here can understand and help with your issue. Thanks! |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
The output of compute_pg is a (12 ,1) 2D array . This is a minimal reproducible example.
This is the error I get:
What I observed was that if I set implicit_diff=False in the ProjectedGradient then it works but is super slow.Kindly advice.
Beta Was this translation helpful? Give feedback.
All reactions