NeuralJacobianFields icon indicating copy to clipboard operation
NeuralJacobianFields copied to clipboard

Results 4 NeuralJacobianFields issues
Sort by recently updated
recently updated
newest added

return CholeskySolverD(self.n, self.inds[0,:], self.inds[1,:], self.vals, MatrixType.COO) ValueError: Matrix is not positive definite! I meet this problem. Is this a problem caused by the mesh not being closed?

Hello, it seems that the repository does not specify the PL version. Installing the current version > 2.0.0 is not working. Even if I install an older one I get...

while training with the flag --compute_human_data_on_the_fly I am getting error as: ![image](https://github.com/user-attachments/assets/008bbc26-d4ed-4792-9ec8-27c682458661) which I think came from ![image](https://github.com/user-attachments/assets/62d1d8fa-7510-4f22-94aa-e679f6890337) because there is no control flow for `args.experiment_type == "DEFAULT"` And when...

Sorry to bother you a little bit. If I would like to apply global transformations such as translation and scaling together with NJF, how could I set up the optimization...