transformer-tensorflow icon indicating copy to clipboard operation
transformer-tensorflow copied to clipboard

new problem

Open YiJianXiLaiHan opened this issue 6 years ago • 0 comments

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

YiJianXiLaiHan avatar Jan 13 '19 07:01 YiJianXiLaiHan