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
thank you for making the code public. I have tried to run your method on our own data (partial point clouds of the ShapeNet cars) and have stumbled on a CUDA error as already mentioned in a previous issue.
We have tried following things to mitigate the error:
As mentioned in one of the issues we have tried replacing top-k with sort().
We have tried to improve the conditioning of the ill-contioned covariance-matrices by adding small constant values to the diagonal.
Running the SVD on the GPU instead of the CPU.
Using a newer version of pytorch (1.5). In this case there was no CUDA error did not occur but the SVD did not converge "SBDSC did not converged error"
We are wondering if you maybe have some other suggestions or know what could be done to alleviate this problem. Do you know hot other people managed to solve this issues?
Thanks for your help
Zan
The text was updated successfully, but these errors were encountered:
I am currently facing this error, does any one know how to fix it? Thanks in advance.
Error: 'torch._C._LinAlgError: linalg.svd: The algorithm failed to converge because the input matrix is ill-conditioned or has too many repeated singular values (error code: 2).'
Dear authors,
thank you for making the code public. I have tried to run your method on our own data (partial point clouds of the ShapeNet cars) and have stumbled on a CUDA error as already mentioned in a previous issue.
We have tried following things to mitigate the error:
We are wondering if you maybe have some other suggestions or know what could be done to alleviate this problem. Do you know hot other people managed to solve this issues?
Thanks for your help
Zan
The text was updated successfully, but these errors were encountered: