facebookresearch / theseus

A library for differentiable nonlinear optimization

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

question about 'Objective.error_squared_norm()'

WeiXiCZ opened this issue · comments

commented

❓ Questions and Help

Hello, when I run the following code, it comes to the error:
image
What's wrong with this🥺

Hello, this method was deprecated a few versions ago, and it's now replaced by objective.error_metric(), which by default returns the squared error norm.

Did you find this usage in one of our examples?

commented

oh I found it in examples! thanks a lot!
your work is so wonderful, I'll study it carefully.

Thanks for your kind words!

Could you send me a link to the example where you found this usage? It shouldn't be there, as this function doesn't exist anymore. Thanks!