hit-computer / SC-LSTM

Implement SC-LSTM model for text generation in control of words, in Python/TensorFlow
88 stars 31 forks source link

请问下测试阶段 同样的测试输入 为啥每次生成的句子不一样? #10

Closed guotong1988 closed 6 years ago

guotong1988 commented 6 years ago

@hit-computer 多谢!!!

hit-computer commented 6 years ago

在 Config.py 中有一个 is_sample 的参数(默认值是 True),值为 True 时表示采用的按分布进行采样的策略,如果设置成 False 则是采用贪心策略,这样每次生成的结果都是一样的