dongdong

Results 3 comments of dongdong

> Hi, is it possible you've got teacher forcing enabled? Going by the attention matrix, the encoder doesn't seem to have an impact on the decoder Hi,I check the hparams.py...

> I think if you use the following in **_hparams.py_**: > > ``` > tacotron_teacher_forcing_mode="constant", > tacotron_teacher_forcing_ratio=0., > ``` > > It will disable teacher forcing in training thanks!

Thanks for your reply!Now I can get the medical images list but it seems can't run in training. I am now looking for the cause. I notice the chem images...