julianser / hed-dlg-truncated

Hierarchical Encoder Decoder RNN (HRED) with Truncated Backpropagation Through Time (Truncated BPTT)
GNU General Public License v3.0
308 stars 129 forks source link

the same output? #8

Closed lzzk closed 7 years ago

lzzk commented 8 years ago

hi, i always have same outputs after run sample.py . could you show me some hints the reason. thanks

julianser commented 7 years ago

Sample.py works fine for me.

The reason you always get the same outputs may be because the model isn't trained properly. For example, you may not have enough data, or the data distribution may be skewed towards a certain response.

Also, notice that you can sample stochastically by not using beam search,

dimeldo commented 7 years ago

@lzzk I have the same problem. Did you solved it?

lzzk commented 7 years ago

no. i think adjusting the hyper-paramers may helps.