NeuralDialog-CVAE icon indicating copy to clipboard operation
NeuralDialog-CVAE copied to clipboard

Glove word embeddings assignment

Open LeiCaiwsu opened this issue 5 years ago • 1 comments

If Glove word embeddings is assigned before tf.global_variables_initializer(). The embedding will be randomly initialized. It will not use Glove word embeddings.

LeiCaiwsu avatar Jan 02 '19 16:01 LeiCaiwsu

Thanks for pointing that out. I will change the order.

snakeztc avatar Jun 21 '19 15:06 snakeztc