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

pooling of matrices of different sizes #61

Closed
pevnak opened this issue Jan 23, 2017 · 1 comment
Closed

pooling of matrices of different sizes #61

pevnak opened this issue Jan 23, 2017 · 1 comment
Labels

Comments

@pevnak
Copy link

pevnak commented Jan 23, 2017

Hi all,
I am doing research in multiple instance learning and I require two key features:

  1. Each sample can be of different size
  2. Pooling operator has to be able to deal with samples of different sizes.
    I have not find a DL library that would have such features, and therefore I have written everything by myself, which is slow as I do not use GPU. I would like to ask, if your library support this, or how difficult it would be to add the support.

The paper where I describe the models I am interested is available here:
Discriminative Models for Multi-instance Problems with Tree Structure.

Thanks for help.
Tomas

@denizyuret
Copy link
Owner

Hi Tomas,

Can I assume you are talking about the same pooling operator that convolutional neural networks use? In that case Knet has no problems dealing with inputs of different sizes. You may have difficulty if you try to minibatch instances of different sizes, but that is a different matter.

deniz

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants