-
Notifications
You must be signed in to change notification settings - Fork 131
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error report from th.LevenbergMarquardt()
in PyPI's theseus
#639
Comments
Hi @L53317. I'm really sorry for the long response time, somehow I lost track of this issue for too long. Thanks for reporting this! Are you still having this error? I'm not able to reproduce this error with pypi install and latest main.
|
Hi @luisenp, thanks for your kind reply. Your solution works directly for
Furthermore, I can run
I am not sure if replacing Anyway, thanks for your reply, it does solve my problem. I will test Feel free to close this issue. |
Ah. I think the problem is because |
I have checked |
❓ Questions and Help
Hi. Thanks for the great library. I was running
simple_example.py
in theexamples
for curve fitting. I meet an error when I want to replaceth.GaussNewton()
withth.LevenbergMarquardt()
method. Here are the details.th.GaussNewton()
, everything looks fine.The example code in
simple_example.py
is shown as:I can get a result using
th.GaussNewton()
method as follows:With
th.LevenbergMarquardt()
, I get the following error:The same error exists when I was running
examples/pose_graph/pose_graph_benchmark.py
, one example intheseus
also usingth.LevenbergMarquardt()
method.Here is my code in
simple_example.py
. I was usingth.TheseusLayer()
, to replaceth.GaussNewton()
:Here is my environment. I am working on a
Ubuntu 20.04
, andPython=3.10
.I installed
theseus
fromPyPI
usingpip install theseus-ai
according toREADME
.Is this problem caused by
th.TheseusLayer()
, as seems it returns a 'NoneType' object? Could someone provide some help?The text was updated successfully, but these errors were encountered: