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

Output tensor of ME.SparseTensor has different size with input tensor. #13

Open
Dangzheng opened this issue Oct 28, 2020 · 1 comment
Open

Comments

@Dangzheng
Copy link

Hi,

Thanks for sharing the code. I'm trying to fine-tune DGR on another dataset. So I modify the dataloader which produces same format data as the data provided by threedmatch_loader. But I found that the output of the ME.SparseTensor has different shape with the input tensor.

To be specific the error lies in this line.

sinput0 = ME.SparseTensor(iF0, coords=iC0).to(self.device)

image

Here is the shape of the tensors, I notice that there are a lot of lines are the same in the tensor iC0. The replicate line issue also happens in the threedmatch data, but the output and the input is same. Do you have any clue about how to solve this issue? Thanks in advance.

Best,

@cjluLeiZhu
Copy link

Hi! I am facing a similar issue as well. How did you solve this?

Thanks!
@chrischoy @Dangzheng

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