transformer-tensorflow
transformer-tensorflow copied to clipboard
new problem
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