liu
Results
2
comments of
liu
Hi @luisenp, thanks for your kind reply. Your solution works directly for `examples/simple_example.py`, which is: ``` layer = th.TheseusLayer(th.LevenbergMarquardt(objective, max_iterations=10)) ``` Furthermore, I can run `simple_example.py` by replacing `objective.to(torch.float64)` with...
> Hi @luisenp, thanks for your kind reply. Your solution works directly for `examples/simple_example.py`, which is: > > ``` > layer = th.TheseusLayer(th.LevenbergMarquardt(objective, max_iterations=10)) > ``` > > Furthermore, I...