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
in the function "get_predicted_sentence" in the lib/seq2seq_model_utils.py, you loop the dptr and pass a new cand["dec_inp"] to the function model_step. However, when the flag "forward_only" is set to True, any new cand["dec_inp"] doesn't work according to the function "attention_decoder" in the lib/seq2seq.py.
The text was updated successfully, but these errors were encountered:
in the function "get_predicted_sentence" in the lib/seq2seq_model_utils.py, you loop the dptr and pass a new cand["dec_inp"] to the function model_step. However, when the flag "forward_only" is set to True, any new cand["dec_inp"] doesn't work according to the function "attention_decoder" in the lib/seq2seq.py.
The text was updated successfully, but these errors were encountered: