Skip to content
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

Nan in Poisson Solve Backward #10

Open
iszihan opened this issue May 6, 2024 · 1 comment
Open

Nan in Poisson Solve Backward #10

iszihan opened this issue May 6, 2024 · 1 comment

Comments

@iszihan
Copy link

iszihan commented May 6, 2024

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.

@chester256
Copy link

I have also encountered the problem. Have you addressed it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants