-
code from #596
why was the optimization finished directly? |
Beta Was this translation helpful? Give feedback.
Replies: 6 comments 2 replies
-
how can I find out which end condition is triggered? |
Beta Was this translation helpful? Give feedback.
-
You could setup breakpoints in this function to see which condition is triggered. The error stays the same between the two iterations so likely it's the first one (error abs change is less than threshold). |
Beta Was this translation helpful? Give feedback.
-
@EXing The |
Beta Was this translation helpful? Give feedback.
-
all_rejected: True Find out all update was rejected, any help? |
Beta Was this translation helpful? Give feedback.
-
seems adaptive damping doesn't work |
Beta Was this translation helpful? Give feedback.
-
This works, but very slow with many iterations |
Beta Was this translation helpful? Give feedback.
@EXing The
TheseusLayer.forward()
method returns and info object that has status codes for termination conditions. When converging in one step a common cause is 0 gradients leading to immediate (incorrect) convergence.