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

Why did the visualize function in examples.reconstruction also need the sampling points to generate the target sparse tensor? #186

Closed
asurada404 opened this issue Jul 20, 2020 · 1 comment

Comments

@asurada404
Copy link

Why did the visualize function in examples.reconstruction also need the sampling points to generate the target sparse tensor?

# Generate target sparse tensor

Did the visualize function in examples.reconstruction equal to inference the object structure by the object index?

@chrischoy
Copy link
Contributor

chrischoy commented Aug 17, 2020

The function takes the input since I'm using the same forward pass function for training and testing. However, for testing, the target sparse tensor is ignored during the feed-forward except for the evaluation.

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