Skip to content

Forward pass for a max-pooling layer #66

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

Merged
merged 20 commits into from
May 17, 2022

Conversation

milancurcic
Copy link
Member

@milancurcic milancurcic commented May 12, 2022

This PR adds a maxpool2d layer and an associated forward pass implementation. The backward pass will be implemented in a later PR.

@milancurcic milancurcic added the enhancement New feature or request label May 12, 2022
@milancurcic milancurcic self-assigned this May 12, 2022
@milancurcic milancurcic marked this pull request as ready for review May 16, 2022 16:23
@milancurcic milancurcic linked an issue May 17, 2022 that may be closed by this pull request
@milancurcic milancurcic merged commit c459ab8 into modern-fortran:main May 17, 2022
@milancurcic milancurcic deleted the maxpool-layer branch May 17, 2022 14:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement a max-pooling layer
1 participant