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

svd did not converge #7

Open
chalth opened this issue Mar 12, 2021 · 2 comments
Open

svd did not converge #7

chalth opened this issue Mar 12, 2021 · 2 comments

Comments

@chalth
Copy link

chalth commented Mar 12, 2021

Hello, when i tried to train the model, i meet with this error. Do you konw how to deal with this?

Traceback (most recent call last):
File "train.py", line 174, in
train_one_epoch(epoch, model, train_loader, writer, args.log_freq, args.plot_freq)
File "train.py", line 41, in train_one_epoch
loss, r_err, t_err, rmse = model(pts1, pts2, T_gt)
File "/home/lthach/anaconda3/envs/mink/lib/python3.7/site-packages/torch/nn/modules/module.py", line 727, in _call_impl
result = self.forward(*input, **kwargs)
File "/home/lthach/deepgmr-master/model.py", line 177, in forward
self.T_12 = gmm_register(self.pi1, self.mu1, self.mu2, self.sigma2)
File "/home/lthach/deepgmr-master/model.py", line 46, in gmm_register
U, _, V = torch.svd(Ms)
RuntimeError: svd_cuda: the updating process of SBDSDC did not converge (error: 2)

@Rancho86
Copy link

I meet the same error

@liu-zikang
Copy link

Have you already solved the question?I meet the same error too.

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

3 participants