facebookresearch / theseus

A library for differentiable nonlinear optimization
MIT License
1.78k stars 128 forks source link

why optimization doesn't work #602

Closed EXing closed 1 year ago

EXing commented 1 year ago

code from #596

Start theseus iteration:
Nonlinear optimizer. Iteration: 0. Error: 8258.4384765625
Nonlinear optimizer. Iteration: 1. Error: 8258.4384765625
End theseus iteration.

why was the optimization finished directly?

EXing commented 1 year ago

how can I find out which end condition is triggered?