Conchylicultor / DeepQA

My tensorflow implementation of "A neural conversational model", a Deep learning based chatbot
Apache License 2.0
2.93k stars 1.17k forks source link

how to disable --embeddingSource #131

Closed SeekPoint closed 7 years ago

SeekPoint commented 7 years ago

I

Conchylicultor commented 7 years ago

If --initEmbedding isn't set, no pretraining will be used, and --embeddingSource will be ignored

On Fri, Jul 7, 2017, 7:37 PM yk_data notifications@github.com wrote:

I

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/Conchylicultor/DeepQA/issues/131, or mute the thread https://github.com/notifications/unsubscribe-auth/AIoNOw1sEHp5krOaecDE-HW6br_Aa796ks5sLutxgaJpZM4ORmhg .

SeekPoint commented 7 years ago

thanks