Skip to content

Pool Stride in XiConv #81

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

Open
sciapponi opened this issue Jan 15, 2024 · 0 comments
Open

Pool Stride in XiConv #81

sciapponi opened this issue Jan 15, 2024 · 0 comments

Comments

@sciapponi
Copy link

I'd like Pool Stride to be added the the XiConv Class since it could be a useful feature in many use-cases.

It could be easily implemented by adding a pool_stride attribute in the XiConv Constructor and:

Row 145 in micromind.networks.xinet

        if pool:
            self.mp = nn.MaxPool2d(pool, pool_stride)
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

1 participant