We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: