spro / practical-pytorch

Go to https://github.com/pytorch/tutorials - this repo is deprecated and no longer maintained
MIT License
4.51k stars 1.1k forks source link

Seq-seq not working for creating chatbot #126

Closed saisandeep97 closed 4 years ago

saisandeep97 commented 5 years ago

I tried implementing the seq to seq model for chatbot with Cornell movie dialogue dataset. I used a single lang class for both the input and output. Except that everything is the same. Even after 10000 epochs, the error is not going under 3.5. Any suggestions?