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
Hi, thanks for your wonderful sharing.
In a3c_gcn_seq2seq/net.py, method forward(...) of class Decoder, "context, attention = self.att(hidden_state, encoder_outputs, mask)", but the context is not used anywhere in the code.
From the paper, it should be used as part of the input to generate action, but in the code it is not.
I am confused on this, if you can give a bit more explanation, many thanks.
The text was updated successfully, but these errors were encountered:
Hi, thanks for your wonderful sharing.
In a3c_gcn_seq2seq/net.py, method forward(...) of class Decoder, "context, attention = self.att(hidden_state, encoder_outputs, mask)", but the context is not used anywhere in the code.
From the paper, it should be used as part of the input to generate action, but in the code it is not.
I am confused on this, if you can give a bit more explanation, many thanks.
The text was updated successfully, but these errors were encountered: