8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
Is it right that kmax_pooling() doesn't support mini batching? https://github.com/clab/dynet/blob/master/dynet/nodes-conv.cc#L349
If so, is it possible to add such support? In light of #388, batching in k-max pooling will be very useful. Thank you.
The text was updated successfully, but these errors were encountered:
Yes, this should definitely be added. This is also related to this: #158
Sorry, something went wrong.
For k=1, I noticed that max_dim(), which supports batching, was recently introduced. This is helpful. Thanks!
Resolved by #457, although GPU support for kmax is still pending (#245)
No branches or pull requests
Is it right that kmax_pooling() doesn't support mini batching?
https://github.com/clab/dynet/blob/master/dynet/nodes-conv.cc#L349
If so, is it possible to add such support? In light of #388, batching in k-max pooling will be very useful. Thank you.
The text was updated successfully, but these errors were encountered: