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

segmentation fault #114

Open
beibeirory opened this issue Feb 9, 2023 · 1 comment
Open

segmentation fault #114

beibeirory opened this issue Feb 9, 2023 · 1 comment

Comments

@beibeirory
Copy link

I have successfully installed the svox2, but I got a problem when I used it. Any idea about this.?
Ubuntu 18.04, pytorch=1.10.2, cuda11.1

Python 3.8.8 (default, Apr 13 2021, 19:58:26)
[GCC 7.3.0] :: Anaconda, Inc. on linux
Type "help", "copyright", "credits" or "license" for more information.

import torch
a = torch.rand(2,3)
a.cuda()
tensor([[0.0521, 0.9221, 0.7374],
[0.9137, 0.7676, 0.1933]], device='cuda:0')
import svox2
a.cuda()
Segmentation fault (core dumped)

@jiennyteng
Copy link

I have met same problem , have you solve it yet ?

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