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

about the gate shift module #27

Open
luchen828 opened this issue Mar 11, 2021 · 4 comments
Open

about the gate shift module #27

luchen828 opened this issue Mar 11, 2021 · 4 comments

Comments

@luchen828
Copy link

HI!
How does GSM selectively integrate spatial and temporal information through gating?
When the gating values are different, which py file in the project can be found the differencing and averaging operation for the temporal feature ?
hope for your reply,thanks!

@swathikirans
Copy link
Owner

Hi, temporal information is injected by shifting and the gating select how much of the features are to be shifted. The code do not have the edge cases of gating, i.e., averaging and differencing. You can achieve this by editing lines 34 and 35 in the gsm.py file. (-1 for differencing and +1 for averaging).

@luchen828
Copy link
Author

Thank you very much for your reply!
What do average and difference mean? Or what does that mean for data processing? If you are busy, you can tell me how to check the relevant knowledge.
Your help is greatly appreciated

@luchen828
Copy link
Author

The features selected by the gating module are sent to the time-shifting module. So, what features need to be sent to the time-shifting module? In other words, what are the criteria for selecting features of the gating module?

@swathikirans
Copy link
Owner

Hi, there is no predefined rule for feature selection. The module learns from the input data. In short, the routing of features is data dependent and not hardwired.

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