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

some questions about code #13

Closed
978326187 opened this issue Nov 3, 2020 · 1 comment
Closed

some questions about code #13

978326187 opened this issue Nov 3, 2020 · 1 comment

Comments

@978326187
Copy link

padded_active_sites_map = torch.nn.functional.pad(active_sites_map, self.padding, mode='constant', value=0)

Why do we need padding active_sites_map?

@MessikommerNico
Copy link
Contributor

This is just done to facilitate the batchwise indexing in Line 151.

active_sites_to_update = torch.squeeze(padded_active_sites_map[kernel_update_location.split(1, dim=-1)], dim=-1)

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