dineshsambasivam / Chatbot_Project

ChatBot with interactive UI using simple web socket server
39 stars 38 forks source link

chatbot object has no attribute 'set_trainer' #1

Closed ghost closed 5 years ago

ghost commented 5 years ago

hi mr.dinesh.I am facing problem with this training code.after executing it it appears as "chatbot object has no attribute 'set_trainer'".please resolve this

ghost commented 5 years ago

hi mr.dinesh.I am facing problem with this training code.after executing it it appears as "chatbot object has no attribute 'set_trainer'".please resolve this

Use following 
trainer = ListTrainer(chatbot)
ghost commented 5 years ago

Thank u, its resolved now,.

On Fri, 22 Mar, 2019, 5:14 PM Aqib Farid, notifications@github.com wrote:

hi mr.dinesh.I am facing problem with this training code.after executing it it appears as "chatbot object has no attribute 'set_trainer'".please resolve this

Use following trainer = ListTrainer(chatbot)

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/dineshsambasivam/Chatbot_Project/issues/1#issuecomment-475589956, or mute the thread https://github.com/notifications/unsubscribe-auth/AnDqZpslfHIQvyCq1YA234R69GlILr9Bks5vZMIPgaJpZM4b1J2_ .

Manav1918 commented 5 years ago

I have d same issue. I have used it as u said. But now second line is showing same error. In chatbot.train(chatbot) Chatbot has no attribute train