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

Fix SparseGlobalAvgPool in pool.py #714

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

StefOe
Copy link

@StefOe StefOe commented Jul 27, 2024

Fixing issue of SparseGlobalAvgPool giving back only the first feature. For clearer code I also changed max to amax so the magic indexing vanishes.

Fixing issue of SparseGlobalAvgPool giving back only the first feature. For clearer code I also changed max to amax so the magic indexing vanishes.
@StefOe
Copy link
Author

StefOe commented Jul 27, 2024

This is an alternate fix to #708

@Jhonve Jhonve mentioned this pull request Oct 11, 2024
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