-
Notifications
You must be signed in to change notification settings - Fork 7
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
Add permutational layer to LSTM #2
Comments
You mean you observe a bunch of points over time? I suggest you clone the repo and try running the After you understand how it works, I suggest you use |
Thanks for your quick replay, and apology for my delay. OK, I understand the way this code works, I suppose that it’s an encoder for the input sets.
I’m wonder that can this model be modified to input data with variable sets numbers? Such as , not 3 sets but input 2 sets sometimes? Could this be possible? Thanks |
First of all, let define what you mean by set so that we are on the same page. So it means that there is only one set, not many sets. I think that you might mean 3 objects, not 3 sets. Am I right? |
Also varying the number of objects is not possible. What you can do is to send features of 0 in the place of an object that is missing. E.g. if you have 2 objects, you can send 0,0,0,0 as features of the 3rd object. |
Dear @off99555
I am a student new to this problem.
I'm trying to build LSTM with input feature permutation invariant, for example, the feature is a set of position, how can I use this module to deal with LSTM?
Could you help me with this?
Best regards
The text was updated successfully, but these errors were encountered: