Lin XianHui
Results
1
comments of
Lin XianHui
loss_weights = [ tf.ones_like(label, dtype=tf.float32) for label in self.labels ] self.loss = tf.nn.seq2seq.sequence_loss(self.decode_outputs, self.labels, loss_weights, yvocab_size) what's the meaning? and "yvocab_size" is used for what?