You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I try to re-implement your paper in Keras. Now, I'm struggling with your LSTM implementation.
You use num_layers as n for the LSTM initialization, but the num_layers should be the depth of the LSTM. Nevertheless, in the LSTM implementation it seems to be used as the number of timesteps L. Is this true?
Furthermore, there is createClones which creates multiple weights for each timestep as it seems. Is this supposed to be wanted as an LSTM should share the same weights through time or a Bug?
Hello,
I try to re-implement your paper in Keras. Now, I'm struggling with your LSTM implementation.
You use num_layers as n for the LSTM initialization, but the num_layers should be the depth of the LSTM. Nevertheless, in the LSTM implementation it seems to be used as the number of timesteps L. Is this true?
HieCoAttenVQA/misc/ques_level.lua
Line 18 in 82b0bb0
HieCoAttenVQA/misc/LSTM.lua
Line 18 in 82b0bb0
Furthermore, there is createClones which creates multiple weights for each timestep as it seems. Is this supposed to be wanted as an LSTM should share the same weights through time or a Bug?
HieCoAttenVQA/misc/ques_level.lua
Line 52 in 82b0bb0
The text was updated successfully, but these errors were encountered: