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

Adaptive quad pool operations #36

Merged
merged 5 commits into from
Jun 23, 2024
Merged

Adaptive quad pool operations #36

merged 5 commits into from
Jun 23, 2024

Conversation

ybubnov
Copy link
Owner

@ybubnov ybubnov commented Jun 23, 2024

This patch adds modules for adaptive quad pooling operations. It changes the implementation of the C++ functions: now both indices and values are saved as values of unordered maps (tile -> index, tile -> value).

Also, adaptive modules now work with sparse tensors, so that backward pass operation is computed with the same size of weight tensor.

This patch adds modules for adaptive quad pooling operations. It changes
the implementation of the C++ functions: now both indices and values are
saved as values of unordered maps (tile -> index, tile -> value).

Also, adaptive modules now work with sparse tensors, so that backward
pass operation is computed with the same size of weight tensor.
@ybubnov ybubnov merged commit 474959e into main Jun 23, 2024
6 checks passed
@ybubnov ybubnov deleted the adaptive-ops branch June 23, 2024 13:50
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

Successfully merging this pull request may close these issues.

1 participant