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

variable length inputs #9

Closed
wasd12345 opened this issue Nov 17, 2018 · 1 comment
Closed

variable length inputs #9

wasd12345 opened this issue Nov 17, 2018 · 1 comment

Comments

@wasd12345
Copy link

Hi, thanks a lot for your code. Haven't had a chance to look through it in detail yet but it seems like a pretty solid implementation. A question though: in your to do, I see an item:

"Add support for variable length inputs"

Just wanted to clarify what this means since in general a pointer net could deal with arbitrary size inputs, so what inputs is it referring to which apparently have a fixed length?

Thanks!

@pemami4911
Copy link
Owner

What I mean by variable length inputs is just support for sequences of different length within a single minibatch. Right now, the code only supports minibatches containing sequences of equal length.

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

2 participants