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 model.py 49line
why: self.decoder_inputs = tf.concat([start_tokens, target_slice_last_1], axis=1)
self.decoder_inputs is word_id why concat a zeros matrix
The text was updated successfully, but these errors were encountered:
in the model.py 49line
why: self.decoder_inputs = tf.concat([start_tokens, target_slice_last_1], axis=1)
self.decoder_inputs is word_id why concat a zeros matrix
The text was updated successfully, but these errors were encountered: