You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I'm wondering have you seen this error and know what's possibly wrong?
File "/home/**/Documents/projects/3d-detailization/TextDeformer/NeuralJacobianFields/PoissonSystem.py", line 476, in backward
assert not torch.isnan(grad).any(), "Nan in the backward pass of the POISSON SOLVE"
AssertionError: Nan in the backward pass of the POISSON SOLVE
I'm simply replacing the mesh in the example script with my own mesh that has around 10k vertices and only has one connected component.
The text was updated successfully, but these errors were encountered:
Hello, I'm wondering have you seen this error and know what's possibly wrong?
I'm simply replacing the mesh in the example script with my own mesh that has around 10k vertices and only has one connected component.
The text was updated successfully, but these errors were encountered: